Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 committed Oct 25, 2024
1 parent d3e7345 commit b443170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/email/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile

FROM $NODE
WORKDIR /app
COPY --from=builder /app/apps/food/.output .
COPY --from=builder /app/apps/email/.output .

ARG VERSION=nightly
ENV VERSION=${VERSION}
Expand Down

0 comments on commit b443170

Please sign in to comment.