Skip to content

Commit a288053

Browse files
author
Peter Nguyen
committed
fix: ensure Dockerfile ends with a newline and maintain EXPOSE directive
1 parent 295a3db commit a288053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ COPY --from=builder --chown=chaos:rust /backend/server/target/release/server /ba
4747
USER rust
4848

4949
ENTRYPOINT ["/backend/server"]
50-
EXPOSE 8080
50+
EXPOSE 8080

0 commit comments

Comments
 (0)