mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-11 06:33: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 binary
|
||||||
COPY --from=build /cup/target/release/cup /cup
|
COPY --from=build /cup/target/release/cup /cup
|
||||||
|
|
||||||
|
EXPOSE 8000
|
||||||
ENTRYPOINT ["/cup"]
|
ENTRYPOINT ["/cup"]
|
||||||
Reference in New Issue
Block a user