diff --git a/makefile b/makefile index 647d52d..655f408 100644 --- a/makefile +++ b/makefile @@ -1,13 +1,11 @@ docker-build: echo "Building docker images" docker build --pull --no-cache --progress plain --rm -f "frontend/dockerfile" -t yapc-frontend:latest "frontend" & - docker build --pull --no-cache --progress plain --rm -f "backend/dockerfile" -t yapc:latest "backend" & - wait + docker build --pull --no-cache --progress plain --rm -f "backend/dockerfile" -t yapc:latest "backend" docker-push: echo "Pushing docker images" docker image push docker.io/hexahigh/yapc:latest & - docker image push docker.io/hexahigh/yapc-frontend:latest & - wait + docker image push docker.io/hexahigh/yapc-frontend:latest docker: docker-build docker-push \ No newline at end of file