rename the base Dockerfile to Dockerfile-simple

Signed-off-by: Mikolaj Pawlikowski <mikolaj@pawlikowski.pl>
This commit is contained in:
Mikolaj Pawlikowski
2018-12-19 11:53:22 +00:00
parent dcf8da2814
commit c294816ae5
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ swagger:
swagger generate client -t pkg -f ./swagger.yml -A goldpinger
build: bin/$(bin)
sudo docker build -t $(tag) -f ./build/Dockerfile .
sudo docker build -t $(tag) -f ./build/Dockerfile-simple .
tag:
sudo docker tag $(tag) $(namespace)$(tag)