diff --git a/Procfile b/Procfile new file mode 100644 index 0000000000..063f838e54 --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +backend: docker-compose up --build +frontend: cd frontend/ && yarn install && yarn start