3
0

add(makefile): build auth docker image

This commit is contained in:
Tit Petric 2018-09-10 14:16:37 +02:00
parent b04a681d81
commit 16cb0913cb

View File

@ -36,10 +36,12 @@ nothing:
docker:
docker build --no-cache --rm --build-arg APP=sam -f docker/Dockerfile -t crusttech/sam .
docker build --no-cache --rm --build-arg APP=crm -f docker/Dockerfile -t crusttech/crm .
docker build --no-cache --rm --build-arg APP=auth -f docker/Dockerfile -t crusttech/auth .
docker-push:
docker push crusttech/sam
docker push crusttech/crm
docker push crusttech/auth
########################################################################################################################
# Development