fix(render.yaml): correct docker contexts

This commit is contained in:
Ali BARIN
2024-06-03 10:23:28 +02:00
parent 782f9b5c04
commit d19271dae1

View File

@@ -3,7 +3,7 @@ services:
name: automatisch-main name: automatisch-main
env: docker env: docker
dockerfilePath: ./docker/Dockerfile dockerfilePath: ./docker/Dockerfile
dockerContext: ./docker dockerContext: .
repo: https://github.com/automatisch/automatisch repo: https://github.com/automatisch/automatisch
autoDeploy: false autoDeploy: false
envVars: envVars:
@@ -47,7 +47,7 @@ services:
name: automatisch-worker name: automatisch-worker
env: docker env: docker
dockerfilePath: ./docker/Dockerfile dockerfilePath: ./docker/Dockerfile
dockerContext: ./docker dockerContext: .
repo: https://github.com/automatisch/automatisch repo: https://github.com/automatisch/automatisch
autoDeploy: false autoDeploy: false
envVars: envVars: