Skip to content

Commit

Permalink
fix(api): docker build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Nov 27, 2023
1 parent 4636a43 commit cd70ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN set -eux; \

FROM ghcr.io/alwatr/node:20.10.0

COPY --from=builder packages/api/dist/ .
COPY --from=builder /app/packages/api/dist/ .
RUN set -eux; ls -RlahF /app;

ENV NODE_ENV production
Expand Down

0 comments on commit cd70ee6

Please sign in to comment.