Use relative path for code
This commit is contained in:
parent
78c6ef96d2
commit
3c18858c48
|
@ -4,10 +4,9 @@ services:
|
||||||
app:
|
app:
|
||||||
image: pathogen/monolith:latest
|
image: pathogen/monolith:latest
|
||||||
container_name: monolith
|
container_name: monolith
|
||||||
#build: ${PORTAINER_GIT_DIR}/docker
|
|
||||||
build: .
|
build: .
|
||||||
#volumes:
|
volumes:
|
||||||
# - ${PORTAINER_GIT_DIR}:/code
|
- ..:/code
|
||||||
env_file:
|
env_file:
|
||||||
- ../stack.env
|
- ../stack.env
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue