tianlong12 commited on
Commit
ef3d732
·
verified ·
1 Parent(s): e89fa53

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:22
2
  WORKDIR /app
3
  COPY . .
4
  RUN npm install express proxy-agent socket.io-client uuid
 
1
+ FROM node:21
2
  WORKDIR /app
3
  COPY . .
4
  RUN npm install express proxy-agent socket.io-client uuid