1tbfree commited on
Commit
eebb793
·
verified ·
1 Parent(s): 50a7cee

Update Dockerfile

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