Skip to content

Commit

Permalink
fix: docker image entrypoint
Browse files Browse the repository at this point in the history
changed the bindir on #445, forgot to change it in the dockerfile as well

closes #452

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Feb 9, 2022
1 parent 4925c2d commit aba336a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine
COPY nfpm_*.apk /tmp/
RUN apk add --allow-untrusted /tmp/nfpm_*.apk
ENTRYPOINT ["/usr/local/bin/nfpm"]
ENTRYPOINT ["/usr/bin/nfpm"]

0 comments on commit aba336a

Please sign in to comment.