File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ FROM node:0.10.46
3
3
RUN mkdir -p /usr/src/app
4
4
WORKDIR /usr/src/app
5
5
6
+ ONBUILD ARG NODE_ENV
6
7
ONBUILD COPY package.json /usr/src/app/
7
8
ONBUILD RUN npm install
8
9
ONBUILD COPY . /usr/src/app
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ FROM node:0.12.15
3
3
RUN mkdir -p /usr/src/app
4
4
WORKDIR /usr/src/app
5
5
6
+ ONBUILD ARG NODE_ENV
6
7
ONBUILD COPY package.json /usr/src/app/
7
8
ONBUILD RUN npm install
8
9
ONBUILD COPY . /usr/src/app
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ FROM node:4.5.0
3
3
RUN mkdir -p /usr/src/app
4
4
WORKDIR /usr/src/app
5
5
6
+ ONBUILD ARG NODE_ENV
6
7
ONBUILD COPY package.json /usr/src/app/
7
8
ONBUILD RUN npm install
8
9
ONBUILD COPY . /usr/src/app
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ FROM node:6.6.0
3
3
RUN mkdir -p /usr/src/app
4
4
WORKDIR /usr/src/app
5
5
6
+ ONBUILD ARG NODE_ENV
6
7
ONBUILD COPY package.json /usr/src/app/
7
8
ONBUILD RUN npm install
8
9
ONBUILD COPY . /usr/src/app
You can’t perform that action at this time.
0 commit comments