mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-08 05:03:49 -05:00
refactor: specify the exposed port in the Dockerfile
This commit is contained in:
@@ -39,4 +39,5 @@ FROM scratch
|
||||
# Copy binary
|
||||
COPY --from=build /cup/target/release/cup /cup
|
||||
|
||||
ENTRYPOINT ["/cup"]
|
||||
EXPOSE 8000
|
||||
ENTRYPOINT ["/cup"]
|
||||
|
||||
Reference in New Issue
Block a user