Skip to content

Commit

Permalink
fix(dockerfile): now also the copy path is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
bb4L committed Apr 7, 2023
1 parent 8b1eae3 commit 5aba858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ RUN go build -o digitec-daily-bot

FROM alpine:3.16 as production

COPY --from=builder digitec-daily-bot .
COPY --from=builder digitec_daily_bot/digitec-daily-bot .

CMD ./digitec-daily-bot

0 comments on commit 5aba858

Please sign in to comment.