Skip to content

Commit

Permalink
Revert deletion of env var
Browse files Browse the repository at this point in the history
  • Loading branch information
thepetk committed Nov 8, 2023
1 parent dda5461 commit 3a8206a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ COPY *.go ./

RUN go build -o ./main

ENV PORT 8081
EXPOSE 8081

CMD [ "./main" ]

0 comments on commit 3a8206a

Please sign in to comment.