aripbae commited on
Commit
fd7a062
·
verified ·
1 Parent(s): d544855

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -2,6 +2,7 @@ FROM node:latest
2
  RUN apt-get update && apt-get upgrade -y
3
  WORKDIR /tmp/app
4
  RUN chmod -R 777 /tmp
5
- RUN npm i -g tunl.cc && npm i express
 
6
  COPY . .
7
- CMD ["sh", "-c", "node . & tunl 7860 dump"]
 
2
  RUN apt-get update && apt-get upgrade -y
3
  WORKDIR /tmp/app
4
  RUN chmod -R 777 /tmp
5
+ # RUN npm i -g tunl.cc
6
+ RUN npm i express
7
  COPY . .
8
+ CMD ["sh", "-c", "node ."]#& tunl 7860 dump"]