mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
ci(docker): expose port 10000
This commit is contained in:
@@ -8,6 +8,7 @@ WORKDIR /go/src/ondemand-service
|
||||
RUN go build -o /go/bin/ondemand-service
|
||||
|
||||
FROM alpine
|
||||
EXPOSE 10000
|
||||
COPY --from=build /go/bin/ondemand-service /go/bin/ondemand-service
|
||||
|
||||
ENTRYPOINT [ "/go/bin/ondemand-service" ]
|
||||
|
||||
Reference in New Issue
Block a user