Skip to content

Commit

Permalink
bretfisher docker container
Browse files Browse the repository at this point in the history
close #160
  • Loading branch information
Per-Starke committed Feb 23, 2024
1 parent d749550 commit bd0117e
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
# docker-compose definition for developing the site.
#
version: '3'
services:
jekyll:
build: .
image: arc42-site:latest
image: bretfisher/jekyll-serve
volumes:
- .:/srv/jekyll
- ./vendor/bundle/:/usr/local/bundle
- .:/site
ports:
- "4000:4000"
command: bundle exec jekyll serve --trace --host 0.0.0.0 --watch --incremental --config _config.yml
environment:
- JEKYLL_ENV=development
- '4000:4000'

0 comments on commit bd0117e

Please sign in to comment.