Skip to content

Commit

Permalink
Update docker-compose.yml to clean Jekyll data (hackforla#3741)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adastros authored Nov 29, 2022
1 parent 0aab399 commit 72d9c38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ services:
hfla_site:
image: hackforlaops/ghpages:latest
container_name: hfla_site
command: jekyll serve --force_polling --livereload --config _config.yml,_config.docker.yml -I
command: >
sh -c "jekyll clean &&
jekyll serve --force_polling --livereload --config _config.yml,_config.docker.yml -I"
environment:
- JEKYLL_ENV=docker
ports:
Expand Down

0 comments on commit 72d9c38

Please sign in to comment.