mon-entreprise/Procfile

3 lines
167 B
Plaintext
Raw Normal View History

2022-05-25 15:48:28 +00:00
web: node -v ; yarn -v ; echo "$PORT" ; yarn workspace api run start:prod
2022-10-05 10:56:06 +00:00
bot: node -v ; yarn -v ; echo "$PORT" ; yarn workspace standup-mattermost-bot run start:prod