Skip to content

Commit

Permalink
docker: use CMD not ENTRYPOINT to run prestd
Browse files Browse the repository at this point in the history
Signed-off-by: Avelino <t@avelino.xxx>
  • Loading branch information
avelino committed Aug 15, 2020
1 parent 5a527af commit 41f2ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:3.7
COPY prestd /app/prestd
COPY ./cmd/prestd/prest.toml /app/prest.toml
ENTRYPOINT ["/app/prestd"]
CMD ["/app/prestd"]

0 comments on commit 41f2ec2

Please sign in to comment.