Skip to content

Commit

Permalink
Add incremeantal tag to docker-compose.yml (hackforla#1121)
Browse files Browse the repository at this point in the history
Great job! LGTM! (Looks good to me)
  • Loading branch information
akibrhast authored Feb 26, 2021
1 parent d72d784 commit 66de92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
hfla_site:
image: jekyll/jekyll:pages
container_name: hfla_site
command: jekyll serve --force_polling --livereload --config _config.yml,_config.docker.yml
command: jekyll serve --force_polling --livereload --config _config.yml,_config.docker.yml -I
environment:
- JEKYLL_ENV=docker
ports:
Expand Down

0 comments on commit 66de92a

Please sign in to comment.