Implement Jekyll CI workflow with docker #2
|
@ -7,8 +7,8 @@ services:
|
||||||
uid: "${_UID:-1000}"
|
uid: "${_UID:-1000}"
|
||||||
gid: "${_GID:-1000}"
|
gid: "${_GID:-1000}"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/home/jekyll/workspace
|
- .:/home/ubuntu/workspace
|
||||||
working_dir: /home/jekyll/workspace
|
working_dir: /home/ubuntu/workspace
|
||||||
ports:
|
ports:
|
||||||
- "4000:4000"
|
- "4000:4000"
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
|
|
Loading…
Reference in New Issue