mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-06 04:48:04 +00:00
Update node version and enable host network
This commit is contained in:
parent
816d6d5f81
commit
f90f60b353
@ -1,4 +1,4 @@
|
|||||||
FROM node:20.15.1
|
FROM node:20.18.0
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
@ -13,4 +13,4 @@ RUN pnpm install
|
|||||||
# Expose the port the app runs on
|
# Expose the port the app runs on
|
||||||
EXPOSE 5173
|
EXPOSE 5173
|
||||||
|
|
||||||
CMD [ "pnpm", "run", "dev" ]
|
CMD [ "pnpm", "run", "dev", "--host" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user