ricebug commited on
Commit
6f5f4bb
·
verified ·
1 Parent(s): 3fb5998

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -8,6 +8,6 @@ RUN git clone https://github.com/koala73/worldmonitor.git .
8
 
9
  RUN npm install
10
 
11
- EXPOSE 5173
12
 
13
- CMD ["npm", "run", "dev", "--", "--host", "0.0.0.0"]
 
8
 
9
  RUN npm install
10
 
11
+ EXPOSE 3000
12
 
13
+ CMD ["npm", "run", "dev", "--", "--host", "0.0.0.0", "--open=false"]