m/cup
1
0
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:
Thomas McWork
2025-03-21 17:36:52 +01:00
committed by GitHub
parent 4f54301467
commit 402d72c85b

View File

@@ -39,4 +39,5 @@ FROM scratch
# Copy binary
COPY --from=build /cup/target/release/cup /cup
ENTRYPOINT ["/cup"]
EXPOSE 8000
ENTRYPOINT ["/cup"]