Skip to content

Commit

Permalink
Fixing build (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrechka authored Sep 14, 2022
1 parent 98e1799 commit 6ebab6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN go build -o /trelloBoardMaintainer


## Deploy
FROM alpine
FROM alpine as final
WORKDIR /
COPY --from=build /trelloBoardMaintainer /trelloBoardMaintainer

Expand All @@ -26,4 +26,4 @@ COPY --from=build /trelloBoardMaintainer /trelloBoardMaintainer
# ENV TRELLO_LIST=xxx
# ENV CARD_INACTIVITY_ARCHIVAL_THRESHOLD_HOURS=xxx

ENTRYPOINT ["/trelloBoardMaintainer"]
ENTRYPOINT ["/trelloBoardMaintainer"]

0 comments on commit 6ebab6e

Please sign in to comment.