add build flag to compose

This commit is contained in:
Jefferson Girão
2020-02-07 13:25:06 +01:00
parent 3d3e78cc56
commit 4bc315223e
+1 -1
View File
@@ -1,2 +1,2 @@
backend: docker-compose up
backend: docker-compose up --build
frontend: cd frontend/ && yarn install && yarn start