Skip to content

Commit

Permalink
Use entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhny committed Oct 3, 2023
1 parent 45a9c11 commit ec35416
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 @@ -6,4 +6,4 @@ COPY skyline /
COPY --from=builder /etc/passwd /etc/passwd
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
USER scratchuser
CMD ["./skyline", "serve"]
ENTRYPOINT ["/skyline", "serve"]

0 comments on commit ec35416

Please sign in to comment.