Skip to content

Commit

Permalink
Procfile: aoivd specifying an explicit shell from gooey-ui's command
Browse files Browse the repository at this point in the history
This makes it compatible with devs that use other shells
  • Loading branch information
Kaustubh Maske Patil authored and Kaustubh Maske Patil committed Sep 20, 2023
1 parent b9c8b19 commit 540cd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ redis: redis-server

celery: poetry run celery -A celeryapp worker

ui: /bin/zsh -c "cd ../gooey-ui/; PORT=3000 npm run dev"
ui: cd ../gooey-ui/; PORT=3000 npm run dev

0 comments on commit 540cd72

Please sign in to comment.