Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Huskydog9988 committed Jan 30, 2023
1 parent 84af9e5 commit a6a7438
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ RUN go mod download && go mod verify
COPY . .
RUN go build -v -o bot .

ENV APP_ENV production

CMD ["/app/bot"]

0 comments on commit a6a7438

Please sign in to comment.