Skip to content

Commit

Permalink
fix(rn): docker-compose up with --build option
Browse files Browse the repository at this point in the history
Signed-off-by: Godefroy Ponsinet <godefroy.ponsinet@outlook.com>
  • Loading branch information
90dy committed Sep 21, 2018
1 parent 061b4ea commit df34369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/react-native/Makefile
Expand Up @@ -70,7 +70,7 @@ $(BUILD): %.build: %
cd $< && yarn build

webapp.start:
@docker-compose up -d --scale core-service=$(SCALE)
@docker-compose up -d --build --scale core-service=$(SCALE)

webapp.stop:
@docker-compose stop -t 42
Expand Down

0 comments on commit df34369

Please sign in to comment.