Skip to content

Commit

Permalink
Fixing Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav committed Mar 10, 2024
1 parent c6f996d commit 95859cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ WORKDIR /app
RUN npm install -g vite
COPY . .
RUN npm install
RUN npm run build
CMD ["npm", "run", "dev", "--", "--host", "0.0.0.0"]

0 comments on commit 95859cc

Please sign in to comment.