Skip to content

Commit

Permalink
fix: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 committed Sep 2, 2024
1 parent 1399a12 commit fe36637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/food/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN pnpm build --filter @next-orders/food

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

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

0 comments on commit fe36637

Please sign in to comment.