Skip to content

Commit

Permalink
Remove question marks from file names (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Curt-Park authored Oct 10, 2022
1 parent 00083af commit a9e4564
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
jekyll:
image: jekyll/jekyll:latest
command: bash -c "gem install bundler:1.17.2 && jekyll serve --force_polling"
ports:
- 4000:4000
volumes:
- .:/srv/jekyll
services:
jekyll:
image: jekyll/jekyll:4.2.0
command: bash -c "gem install bundler:1.17.2 && jekyll serve --force_polling"
ports:
- 4000:4000
volumes:
- .:/srv/jekyll

0 comments on commit a9e4564

Please sign in to comment.