chore: procfile

This commit is contained in:
Jefferson Girão
2020-02-07 12:19:28 +01:00
parent d944e106fd
commit 3d3e78cc56
+2
View File
@@ -0,0 +1,2 @@
backend: docker-compose up
frontend: cd frontend/ && yarn install && yarn start