Skip to content

Commit

Permalink
Merge dbc60a2 into 2d69fda
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaricChan committed Apr 9, 2018
2 parents 2d69fda + dbc60a2 commit 1c210ce
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Copyright 2016, EMC, Inc.
ARG repo=nodesource
ARG tag=4.4.6
# Copyright 2016, EMC, Inc.
ARG repo=node
ARG tag=8.10.0

FROM ${repo}/wheezy:${tag}
FROM ${repo}:${tag}

COPY . /RackHD/on-core/

RUN cd /RackHD/on-core \
&& npm install \
&& npm prune --production
&& npm prune --production \
&& npm install --production

VOLUME /opt/monorail

0 comments on commit 1c210ce

Please sign in to comment.