(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:
Kyle Corbitt
2023-08-12 23:50:31 -07:00
parent e423ad656a
commit df4a3a0950
4 changed files with 29 additions and 15 deletions

View File

@@ -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