Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk committed Jun 23, 2024
1 parent 6a3397f commit 58f3bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ RUN npm i

COPY . .

EXPOSE 5173
EXPOSE 3000

CMD [ "yarn", "dev" ]
CMD [ "yarn", "dev" ]

0 comments on commit 58f3bb3

Please sign in to comment.