NexusV1 commited on
Commit
7b753f6
·
verified ·
1 Parent(s): c986f93

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM node:20-slim
2
  WORKDIR /app
3
  COPY . .
4
- RUN npm install uuid form-data fs-extra multer express axios
5
  RUN chmod -R 777 /app
6
  EXPOSE 7860
7
  CMD ["node", "index.js"]
 
1
  FROM node:20-slim
2
  WORKDIR /app
3
  COPY . .
4
+ RUN npm install express
5
  RUN chmod -R 777 /app
6
  EXPOSE 7860
7
  CMD ["node", "index.js"]