run render and CI in app subdir

This commit is contained in:
Kyle Corbitt
2023-08-05 10:04:32 -07:00
parent 21ef67ed4c
commit cfeb4dfa92
2 changed files with 6 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ databases:
services:
- type: web
name: querykey-prod-web
rootDir: app
env: docker
dockerfilePath: Dockerfile
dockerContext: .
@@ -31,6 +32,7 @@ services:
- type: web
name: querykey-prod-wss
rootDir: app
env: docker
dockerfilePath: Dockerfile
dockerContext: .