Skip to content

Commit

Permalink
fix docker-compose on running the site
Browse files Browse the repository at this point in the history
  • Loading branch information
irfansofyana committed Jan 8, 2025
1 parent 3d0f88f commit 8832f63
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 @@ -9,4 +9,4 @@ services:
- .:/app
environment:
- JEKYLL_ENV=development
command: bundle exec jekyll serve --host 0.0.0.0 --livereload
command: bundle exec jekyll serve --host 0.0.0.0 --livereload --baseurl ''

0 comments on commit 8832f63

Please sign in to comment.