Skip to content

Commit 3fb29a6

Browse files
authored
Merge pull request #2 from python/no_wrap
don't wrap frontend command in 'sh -c'
2 parents beb63e2 + 52a3d77 commit 3fb29a6

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)