diff --git a/Procfile b/Procfile index becfcd144e..063f838e54 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -backend: docker-compose up +backend: docker-compose up --build frontend: cd frontend/ && yarn install && yarn start