Skip to content

Commit

Permalink
Use cmd instead of entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhny committed Oct 2, 2023
1 parent 87ff1ea commit 0cd7782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.skyline.yaml
.idea
dist/
skyline
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
ENTRYPOINT ["/skyline", "serve"]
CMD ["./skyline", "serve"]

0 comments on commit 0cd7782

Please sign in to comment.