diff --git a/Dockerfile b/Dockerfile index dc4da87..38716e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/