Skip to content

Commit af8f6e7

Browse files
authored
Update Dockerfile
1 parent 45cdb13 commit af8f6e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
55
RUN chmod +x /tini
66
ENTRYPOINT ["/tini", "--"]
77

8-
COPY /. .
8+
COPY mode/ .
99
RUN npm install
1010

11-
CMD ["node","mode/app.js"]
11+
CMD ["node","app.js"]

0 commit comments

Comments
 (0)