Update Dockerfile
Browse files- 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
|
|
|
|
| 6 |
COPY . .
|
| 7 |
-
CMD ["sh", "-c", "node .
|
|
|
|
| 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"]
|