We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb63e2 commit 52a3d77Copy full SHA for 52a3d77
Procfile
@@ -1,3 +1,3 @@
1
web-backend: python -m uvicorn app.main:app --uds /var/run/cabotage/cabotage.sock
2
-web-frontend: sh -c 'node server.js & socat UNIX-LISTEN:/var/run/cabotage/cabotage.sock,fork TCP:127.0.0.1:3000'
+web-frontend: node server.js & socat UNIX-LISTEN:/var/run/cabotage/cabotage.sock,fork TCP:127.0.0.1:3000
3
release: echo 'doin deploy things'
0 commit comments