educoder/Procfile

3 lines
61 B

5 years ago
web: cd client && npm start
api: bundle exec rails s -p 3001