Fix image build path.
parent
371de8a42d
commit
fe9fa57de0
|
@ -22,7 +22,7 @@ services:
|
||||||
# Single page frontend application
|
# Single page frontend application
|
||||||
frontend:
|
frontend:
|
||||||
image: ${DASHWOODENCLOCK_FRONTEND_IMAGE:-docker.dreamnetwork.oss:5000/icedream/dash-wooden-clock}
|
image: ${DASHWOODENCLOCK_FRONTEND_IMAGE:-docker.dreamnetwork.oss:5000/icedream/dash-wooden-clock}
|
||||||
build: ../frontend
|
build: ..
|
||||||
env_file:
|
env_file:
|
||||||
- frontend.env
|
- frontend.env
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in New Issue