Skip to content

Commit

Permalink
fix default CMD in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
equinox0815 committed Jan 31, 2024
1 parent db255cd commit 30de3dd
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 @@ -5,4 +5,4 @@ RUN cd /src && CGO_ENABLED=0 go build ./cmd/whawty-auth
FROM scratch
COPY --from=builder /src/whawty-auth /whawty-auth
ENTRYPOINT [ "/whawty-auth" ]
CMD [ "--store", "/config/store.yml", "run", "--web-addr", ":8000" ]
CMD [ "--store", "/config/store.yml", "run", "--listener", "/config/listener.yml" ]

0 comments on commit 30de3dd

Please sign in to comment.