Skip to content

Commit

Permalink
Merge pull request #5 from smlx/fix-docker-image-build
Browse files Browse the repository at this point in the history
fix: docker image build
  • Loading branch information
smlx authored Nov 24, 2023
2 parents cbf537c + c3f5bc2 commit 3d62fb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM alpine:3.18
ENTRYPOINT ["/${BINARY}"]
ARG BINARY
COPY ${BINARY} /
ENV BINARY=${BINARY}
ENTRYPOINT ["sh", "-c", "exec /$BINARY"]

0 comments on commit 3d62fb1

Please sign in to comment.