c31ceec
1
2
3
4
5
6
7
8
9
10
11
12
13
FROM node:slim WORKDIR /app COPY . . EXPOSE 7860 RUN apt update -y &&\ chmod +x index.js start.sh swith web &&\ npm install CMD ["node", "index.js"]