Skip to content

Commit

Permalink
Fix front base image build
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Sobolev <[email protected]>
  • Loading branch information
haiodo committed Jan 13, 2025
1 parent 5c43e9d commit 71d72ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/base-image/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
docker build -t hardcoreeng/base -f base.Dockerfile ${DOCKER_EXTRA} .
docker build -t hardcoreeng/rekoni-base -f rekoni.Dockerfile ${DOCKER_EXTRA} .
docker build -t hardcoreeng/print-base -f print.Dockerfile ${DOCKER_EXTRA} .
docker build -t hardcoreeng/front-base -f print.Dockerfile ${DOCKER_EXTRA} .
docker build -t hardcoreeng/front-base -f front.Dockerfile ${DOCKER_EXTRA} .

0 comments on commit 71d72ba

Please sign in to comment.