Skip to content

Commit

Permalink
Update docker-build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKim20 committed Jun 12, 2024
1 parent bee15ed commit 77edd54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/server/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
TAG_NANE="$(git rev-parse --abbrev-ref HEAD)-$(git rev-parse --short=6 HEAD)"
echo "TAG_NANE=$TAG_NANE"

docker build -t bosagora/dms-store-purchase:"$TAG_NANE" -f Dockerfile .
# docker push bosagora/dms-store-purchase:"$TAG_NANE"
docker build -t bosagora/dms-store-purchase:"$TAG_NANE" -f Dockerfile --push .

0 comments on commit 77edd54

Please sign in to comment.