Skip to content

Commit

Permalink
Update docker_build make procedure, now each build doesn't use cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan.silva committed May 20, 2019
1 parent 5e21f4f commit a5db6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ clean:
-rm -rf node_modules

docker_build:
docker build -t globocom/functions .
docker build -t globocom/functions . --no-cache

docker_push:
docker push globocom/functions

0 comments on commit a5db6e0

Please sign in to comment.