Skip to content

Commit

Permalink
Fix dockerfile entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
fdocr committed Sep 30, 2023
1 parent b5b2b25 commit 8e7bf08
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 @@ -12,4 +12,4 @@ RUN crystal build --static --release ./src/app.cr
FROM alpine:latest
WORKDIR /
COPY --from=builder /opt/app .
ENTRYPOINT ["./app -p \"$PORT\""]
ENTRYPOINT ["./app -p 8080"]

0 comments on commit 8e7bf08

Please sign in to comment.