Skip to content

Commit

Permalink
Fix npm build error in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Oct 6, 2023
1 parent 5dc5776 commit 88f1e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM node:18-bullseye as frontend-build-stage

WORKDIR /frontend
ADD frontend .
ENV UV_USE_IO_URING 0
RUN npm install && npm run build

# BACKEND BUILD STAGE
Expand Down

0 comments on commit 88f1e4a

Please sign in to comment.