Skip to content

Commit

Permalink
chaged dockerfile to use vite preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ZimLim committed Mar 4, 2024
1 parent ad1d53c commit 760d67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ COPY . .

EXPOSE 5173

CMD [ "npm", "run", "dev", "--host"]
CMD [ "npm", "run", "preview"]

0 comments on commit 760d67b

Please sign in to comment.