Skip to content

Commit

Permalink
set VERSION var in publish-docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenKor committed Apr 23, 2022
1 parent 55de7b8 commit 89a1751
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/publish-docker
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/usr/bin/env bash

#!/usr/bin/env bash

USERNAME=evgenkor
IMAGE=zeropool-console
VERSION=0.3.2

yarn build:prod && \
docker build -f Dockerfile.prod -t $USERNAME/$IMAGE:latest . && \
Expand Down

0 comments on commit 89a1751

Please sign in to comment.