Rahul Bhardwaj
commited on
Commit
·
f90f60b
1
Parent(s):
816d6d5
Update node version and enable host network
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM node:20.
|
2 |
|
3 |
WORKDIR /app
|
4 |
|
@@ -13,4 +13,4 @@ RUN pnpm install
|
|
13 |
# Expose the port the app runs on
|
14 |
EXPOSE 5173
|
15 |
|
16 |
-
CMD [ "pnpm", "run", "dev" ]
|
|
|
1 |
+
FROM node:20.18.0
|
2 |
|
3 |
WORKDIR /app
|
4 |
|
|
|
13 |
# Expose the port the app runs on
|
14 |
EXPOSE 5173
|
15 |
|
16 |
+
CMD [ "pnpm", "run", "dev", "--host" ]
|