Skip to content

Commit

Permalink
revert accidental changes to Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko committed Sep 2, 2024
1 parent f72b033 commit b0096c6
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 @@ -19,4 +19,4 @@ dashboard: poetry run streamlit run Home.py --server.port 8501 --server.headless

celery: poetry run celery -A celeryapp worker -P threads -c 16 -l DEBUG

ui: cd ../gooey-gui/ && env PORT=3000 REDIS_URL=redis://localhost:6379 pnpm run dev
ui: cd ../gooey-gui/; PORT=3000 npm run dev

0 comments on commit b0096c6

Please sign in to comment.