Skip to content

Commit

Permalink
Adds new env vars. Refs #1
Browse files Browse the repository at this point in the history
  • Loading branch information
ariel17 committed Mar 7, 2023
1 parent a724363 commit 74c4d7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ RUN GOOS=linux GOARCH=amd64 go build -o app .
FROM alpine:latest
WORKDIR /app

ENV ENVIRONMENT=production
ENV PORT=8080
ENV FOOTBALL_APIKEY=apikey
ENV FOOTBALL_MAX_REQUESTS_PER_MINUTE=10
EXPOSE 8080

CMD ["./app"]

0 comments on commit 74c4d7f

Please sign in to comment.