(Probably) fixes the build
This probably fixes the build that I broke in https://github.com/OpenPipe/OpenPipe/pull/149. However, there's a small chance that it fixes it enough to deploy, but not enough to actually work. That would be bad, so not merging until I have time to monitor the deploy.
This commit is contained in:
@@ -7,9 +7,8 @@ databases:
|
||||
services:
|
||||
- type: web
|
||||
name: querykey-prod-web
|
||||
rootDir: app
|
||||
env: docker
|
||||
dockerfilePath: Dockerfile
|
||||
dockerfilePath: ./app/Dockerfile
|
||||
dockerContext: .
|
||||
plan: standard
|
||||
domains:
|
||||
@@ -32,9 +31,8 @@ services:
|
||||
|
||||
- type: web
|
||||
name: querykey-prod-wss
|
||||
rootDir: app
|
||||
env: docker
|
||||
dockerfilePath: Dockerfile
|
||||
dockerfilePath: ./app/Dockerfile
|
||||
dockerContext: .
|
||||
plan: free
|
||||
dockerCommand: pnpm tsx src/wss-server.ts
|
||||
|
||||
Reference in New Issue
Block a user