Skip to content

Commit

Permalink
Use JEKYLL_ENV=development in Docker Compose setup (alshedivat#2336)
Browse files Browse the repository at this point in the history
Fixes alshedivat#2303.

See alshedivat#2333 for discussion.
  • Loading branch information
saeub authored and Suraj-Bhor committed Aug 13, 2024
1 parent 6c97cff commit 13342cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ services:
- 35729:35729
volumes:
- .:/srv/jekyll
environment:
- JEKYLL_ENV=development
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ services:
- 35729:35729
volumes:
- .:/srv/jekyll
environment:
- JEKYLL_ENV=development

0 comments on commit 13342cb

Please # to comment.