We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2c21a commit 32e6ea1Copy full SHA for 32e6ea1
Dockerfile
@@ -2,5 +2,5 @@ FROM golang:alpine
2
WORKDIR /chto-tam-po-peresdacham
3
COPY . .
4
RUN go mod download
5
-EXPOSE 8081
+EXPOSE ${{ secrets.PORT }}
6
ENTRYPOINT ["go", "run", "./cmd/main.go"]
0 commit comments