Skip to content

Commit

Permalink
[Build] forcefully install nuxi
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGravyBoat committed Aug 22, 2024
1 parent 81dc1a7 commit 7120aa6
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 @@ -3,6 +3,7 @@ ENV NODE_ENV=production
WORKDIR /app
COPY ["package.json", "package-lock.json*", "./"]
RUN npm install
RUN npm i -D nuxi
COPY . .
RUN npm run build
CMD ["npm", "run", "start"]
Expand Down

0 comments on commit 7120aa6

Please sign in to comment.