Skip to content

Commit

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

See #2333 for discussion.
  • Loading branch information
saeub authored Apr 12, 2024
1 parent 08d562a commit 0b6135e
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 0b6135e

Please sign in to comment.