diff --git a/Dockerfile b/Dockerfile index 276e4da..5ff6517 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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\""] \ No newline at end of file +ENTRYPOINT ["./app", "-p", "8080"] \ No newline at end of file