Skip to content

Commit

Permalink
Merge pull request #98 from channel960608/master
Browse files Browse the repository at this point in the history
[FIX]: Dockerfile env variable error, replace entrypoint with cmd
  • Loading branch information
evildecay authored Sep 19, 2024
2 parents 0295301 + 9f9a64e commit 9dbb409
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
Expand Up @@ -27,4 +27,4 @@ COPY assets assets

EXPOSE ${PORT}

ENTRYPOINT ["./etcdkeeper.bin", "-h", "$HOST", "-p", "$PORT"]
CMD ./etcdkeeper.bin -h $HOST -p $PORT

0 comments on commit 9dbb409

Please sign in to comment.