xrunx commited on
Commit
3c6549e
·
verified ·
1 Parent(s): dd7e3f0

Delete Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -13
Dockerfile DELETED
@@ -1,13 +0,0 @@
1
-
2
-
3
- WORKDIR /app
4
-
5
- COPY . .
6
-
7
- EXPOSE 7860
8
-
9
- RUN apt-get update && \
10
- chmod 775 server index.js package.json start.sh /app &&\
11
- npm install
12
-
13
- CMD ["node", "index.js"]