Skip to content

Commit

Permalink
Merge pull request #79 from AlaricChan/pipeline-testing
Browse files Browse the repository at this point in the history
[RAC-6701] Fix NPM5 build dependency issue
  • Loading branch information
lanchongyizu authored Apr 11, 2018
2 parents 92d2038 + e76248a commit 4a222ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ COPY . /RackHD/on-tftp/
WORKDIR /RackHD/on-tftp

RUN mkdir -p ./node_modules \
&& npm install --ignore-scripts --production \
&& rm -r ./node_modules/on-core ./node_modules/di \
&& ln -s /RackHD/on-core ./node_modules/on-core \
&& ln -s /RackHD/on-core/node_modules/di ./node_modules/di \
&& npm install --ignore-scripts --production
&& ln -s /RackHD/on-core/node_modules/di ./node_modules/di

EXPOSE 69/udp
VOLUME /RackHD/on-tftp/static/tftp
Expand Down

0 comments on commit 4a222ec

Please sign in to comment.