Skip to content

Commit 32e6ea1

Browse files
authored
Update Dockerfile
changed port to secret
1 parent 8a2c21a commit 32e6ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ FROM golang:alpine
22
WORKDIR /chto-tam-po-peresdacham
33
COPY . .
44
RUN go mod download
5-
EXPOSE 8081
5+
EXPOSE ${{ secrets.PORT }}
66
ENTRYPOINT ["go", "run", "./cmd/main.go"]

0 commit comments

Comments
 (0)