Merge pull request #85 from spotify/procfile

chore: procfile
This commit is contained in:
Jefferson Girão
2020-02-07 13:32:19 +01:00
committed by GitHub
+2
View File
@@ -0,0 +1,2 @@
backend: docker-compose up --build
frontend: cd frontend/ && yarn install && yarn start