Skip to content

Commit

Permalink
chore :: 배포수정
Browse files Browse the repository at this point in the history
  • Loading branch information
phyuna0525 committed Mar 4, 2025
1 parent 4228bd3 commit 8271cf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ RUN yarn build

EXPOSE 3000

CMD ["yarn", "start"]
CMD ["yarn", "dev"]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"zustand": "^4.5.4"
},
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
Expand Down

0 comments on commit 8271cf5

Please sign in to comment.