Skip to content

Commit

Permalink
yet another fix to dockerfile entrypoing *sigh*
Browse files Browse the repository at this point in the history
  • Loading branch information
fdocr committed Sep 30, 2023
1 parent 7c34f26 commit 55f0245
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 55f0245

Please sign in to comment.