mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-16 17:13:46 -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
|
||||
COPY --from=builder /cup /cup
|
||||
EXPOSE 8000
|
||||
ENTRYPOINT ["/cup"]
|
||||
Reference in New Issue
Block a user