We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45cdb13 commit af8f6e7Copy full SHA for af8f6e7
Dockerfile
@@ -5,7 +5,7 @@ ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
5
RUN chmod +x /tini
6
ENTRYPOINT ["/tini", "--"]
7
8
-COPY /. .
+COPY mode/ .
9
RUN npm install
10
11
-CMD ["node","mode/app.js"]
+CMD ["node","app.js"]
0 commit comments