Skip to content

Commit

Permalink
Changing Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Type-32 committed Feb 29, 2024
1 parent ecf1e45 commit 0318517
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ RUN npm install

COPY . .

RUN npm run build
RUN npm install npx

RUN npx nuxi generate

EXPOSE 3000

CMD [ "npm", "run", "preview" ]
CMD [ "npx", "serve", ".output/public" ]

0 comments on commit 0318517

Please sign in to comment.