Skip to content

Commit 52a3d77

Browse files
committed
don't wrap frontend command in 'sh -c'
1 parent beb63e2 commit 52a3d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
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'
2+
web-frontend: node server.js & socat UNIX-LISTEN:/var/run/cabotage/cabotage.sock,fork TCP:127.0.0.1:3000
33
release: echo 'doin deploy things'

0 commit comments

Comments
 (0)