Skip to content

Commit

Permalink
FIX: Wrong copy
Browse files Browse the repository at this point in the history
  • Loading branch information
auggod committed Mar 25, 2022
1 parent 2bdab80 commit 589b829
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 @@ -29,7 +29,7 @@ WORKDIR /build
COPY --from=builder /build/mailer/.env.example ./
COPY --from=builder /build/mailer/package* ./
COPY --from=builder /build/mailer/index.js ./
COPY --from=builder /build/mailer/emails ./
COPY --from=builder /build/mailer/emails ./emails

COPY --from=builder /build/mailer/node_modules ./node_modules
COPY --from=builder /build/mailer/lib ./lib
Expand Down

0 comments on commit 589b829

Please sign in to comment.