1tbfree commited on
Commit
cef0b56
·
verified ·
1 Parent(s): d8a0edc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM node:20
2
  WORKDIR /app
3
- RUN npm i socket.io-server@2
4
  RUN chmod +777 ./
5
  RUN echo node index.js > start.sh
6
  CMD "./start.sh"
 
1
  FROM node:20
2
  WORKDIR /app
3
+ RUN npm i socket.io@2
4
  RUN chmod +777 ./
5
  RUN echo node index.js > start.sh
6
  CMD "./start.sh"