fix: replace PWD with .
This commit is contained in:
parent
d436b32e37
commit
c0facbd8a9
@ -3,13 +3,13 @@ services:
|
|||||||
jekyll:
|
jekyll:
|
||||||
container_name: jekyll
|
container_name: jekyll
|
||||||
build:
|
build:
|
||||||
context: ${PWD}
|
context: .
|
||||||
args:
|
args:
|
||||||
BLOG_NAME: ${BLOG_NAME:-blog}
|
BLOG_NAME: ${BLOG_NAME:-blog}
|
||||||
env_file: ${PWD}/data/.env
|
env_file: ./data/.env
|
||||||
ports:
|
ports:
|
||||||
- ${LIVERELOAD_PORT:-10000}:10000
|
- ${LIVERELOAD_PORT:-10000}:10000
|
||||||
- ${WWW_PORT:-4000}:4000
|
- ${WWW_PORT:-4000}:4000
|
||||||
volumes:
|
volumes:
|
||||||
- ${PWD}/jekyll:/app/jekyll
|
- ./jekyll:/app/jekyll
|
||||||
- ${PWD}/data:/opt/jekyll
|
- ./data:/opt/jekyll
|
||||||
|
Loading…
Reference in New Issue
Block a user