Explorar o código

fix Dockerfile

Payne %!s(int64=3) %!d(string=hai) anos
pai
achega
dde32c2d99
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Deployments/Dockerfile

+ 1 - 1
Deployments/Dockerfile

@@ -17,5 +17,5 @@ RUN  go mod tidy && go build -o /tmp/jsrpc .
 FROM alpine:latest
 WORKDIR /root/
 COPY --from=builder /tmp/jsrpc .
-EXPOSE ["12080"]
+EXPOSE 12080 12443
 CMD ["./jsrpc"]