mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-17 09:33:38 -05:00
refactor: specify the exposed port in the CI Dockerfile
This commit is contained in:
1
.github/actions/build-image/Dockerfile
vendored
1
.github/actions/build-image/Dockerfile
vendored
@@ -9,4 +9,5 @@ RUN chmod +x cup
|
|||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=builder /cup /cup
|
COPY --from=builder /cup /cup
|
||||||
|
EXPOSE 8000
|
||||||
ENTRYPOINT ["/cup"]
|
ENTRYPOINT ["/cup"]
|
||||||
Reference in New Issue
Block a user