Remove duplicated nodejs symlink in the dockerfile

This commit is contained in:
Antoine Legrand 2017-07-28 22:29:01 +02:00
parent dd69fd66ce
commit 9425ecd17e

View file

@ -84,9 +84,7 @@ RUN virtualenv --distribute venv \
&& venv/bin/pip install -r requirements-tests.txt \
&& venv/bin/pip freeze
# Install front-end dependencies
RUN ln -s /usr/bin/nodejs /usr/bin/node
COPY static/ package.json tsconfig.json webpack.config.js tslint.json yarn.lock ./
RUN yarn install --ignore-engines