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 aa53b15 commit 0fc3e93Copy full SHA for 0fc3e93
Dockerfile-onbuild.template
@@ -1,10 +1,9 @@
1
FROM node:0.0.0
2
3
-ARG NODE_ENV
4
-
5
RUN mkdir -p /usr/src/app
6
WORKDIR /usr/src/app
7
+ONBUILD ARG NODE_ENV
8
ONBUILD COPY package.json /usr/src/app/
9
ONBUILD RUN npm install
10
ONBUILD COPY . /usr/src/app
0 commit comments