Skip to content

Commit

Permalink
unify_deps | 🐛 Fixing a bug.
Browse files Browse the repository at this point in the history
Signed-off-by: mgorsk1 <[email protected]>
  • Loading branch information
mgorsk1 committed May 31, 2021
1 parent 762d6d5 commit 7bfad41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ test: test_unit lint mypy

.PHONY: image
image:
cd .. && docker build -f frontend.public.Dockerfile -t ${IMAGE}:latest . && cd frontend
cd .. && docker build -f Dockerfile.frontend.public -t ${IMAGE}:latest . && cd frontend

.PHONY: image-version
image-version:
cd .. && docker build -f frontend.public.Dockerfile -t ${IMAGE}:${VERSION} . && cd frontend
cd .. && docker build -f Dockerfile.frontend.public -t ${IMAGE}:${VERSION} . && cd frontend

.PHONY: push-image-version
push-image-version:
Expand Down

0 comments on commit 7bfad41

Please sign in to comment.