Skip to content

Commit

Permalink
fix: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
syafiqparadisam committed Jul 19, 2024
1 parent 7c649e0 commit 07be635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ COPY . .
# Install dependencies
RUN npm install

RUN npm run build
# RUN npm run build

# runs app
CMD npm run preview
CMD npm run dev

0 comments on commit 07be635

Please sign in to comment.