Skip to content

Commit

Permalink
Move docker test assets into scripts #39
Browse files Browse the repository at this point in the history
  • Loading branch information
feitosa-daniel committed Jan 16, 2024
1 parent 4b4cf32 commit 7fb6b52
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 24 deletions.
19 changes: 0 additions & 19 deletions jekyll_debug.sh

This file was deleted.

8 changes: 4 additions & 4 deletions docker-compose.yml → scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ version: '3'

services:
jekyll:
image: jekyll/jekyll:latest
image: jekyll/jekyll:stable
command: jekyll serve --watch --force_polling --verbose --source /srv/jekyll --destination /srv/jekyll/build
# command: jekyll serve
ports:
- 4000:4000
volumes:
- .:/srv/jekyll
- ./cache:/usr/local/bundle
- ./build:/srv/jekyll/build
- ..:/srv/jekyll
- ../cache:/usr/local/bundle
- ../build:/srv/jekyll/build
environment:
- TZ=Europe/Amsterdam
# - JEKYLL_ENV:production
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/jekyll_debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ docker run --rm \
-e 'TZ=Europe/Amsterdam' \
-e JEKYLL_UID=$IDu \
-e JEKYLL_GID=$IDg \
jekyll/jekyll \
jekyll/jekyll:stable \
jekyll serve --source /srv/jekyll \
--destination /srv/jekyll/build \
--watch \
Expand Down

0 comments on commit 7fb6b52

Please sign in to comment.