Skip to content

Commit

Permalink
remove _config.dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker committed May 5, 2024
1 parent 00ae22a commit 5fc39c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ COPY . .
RUN ruby bin/generate_tags.rb
RUN ruby bin/generate_categories.rb

CMD ["jekyll", "serve", "--watch", "--host", "0.0.0.0", "--config", "_config.yml,_config.dev.yml"]
CMD ["jekyll", "serve", "--watch", "--host", "0.0.0.0", "--config", "_config.yml"]
1 change: 0 additions & 1 deletion _config.dev.yml

This file was deleted.

0 comments on commit 5fc39c2

Please sign in to comment.