Skip to content

Commit

Permalink
Fix dockerfile name
Browse files Browse the repository at this point in the history
  • Loading branch information
FreedomBen committed Aug 28, 2024
1 parent 9888e59 commit dc10fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ else
fi

docker build \
--file Dockerfile.prod \
--file Dockerfile \
--tag "registry.digitalocean.com/ameelio-registry/qrcode-generator:${RELEASE_VERSION}" \
--tag "registry.digitalocean.com/ameelio-registry/qrcode-generator:latest" \
.
Expand Down

0 comments on commit dc10fc3

Please sign in to comment.