Skip to content

Commit

Permalink
Update node version and enable host network
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Bhardwaj committed Oct 6, 2024
1 parent 816d6d5 commit f90f60b
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
@@ -1,4 +1,4 @@
FROM node:20.15.1
FROM node:20.18.0

WORKDIR /app

Expand All @@ -13,4 +13,4 @@ RUN pnpm install
# Expose the port the app runs on
EXPOSE 5173

CMD [ "pnpm", "run", "dev" ]
CMD [ "pnpm", "run", "dev", "--host" ]

0 comments on commit f90f60b

Please sign in to comment.