Skip to content

Commit

Permalink
fix: removing copy for tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Sep 26, 2024
1 parent 49fdaa5 commit 2f1d028
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ RUN apk add --no-cache tzdata ca-certificates bash
# Copying binaries
COPY --from=builder /src/app/bin/migrate /bin/
COPY --from=builder /src/app/bin/app /bin/
COPY --from=builder /src/app/bin/tasks /bin/

WORKDIR /usr/

Expand Down

0 comments on commit 2f1d028

Please sign in to comment.