Remove duplicated nodejs symlink in the dockerfile
This commit is contained in:
parent
dd69fd66ce
commit
9425ecd17e
1 changed files with 0 additions and 2 deletions
|
@ -84,9 +84,7 @@ RUN virtualenv --distribute venv \
|
||||||
&& venv/bin/pip install -r requirements-tests.txt \
|
&& venv/bin/pip install -r requirements-tests.txt \
|
||||||
&& venv/bin/pip freeze
|
&& venv/bin/pip freeze
|
||||||
|
|
||||||
|
|
||||||
# Install front-end dependencies
|
# 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 ./
|
COPY static/ package.json tsconfig.json webpack.config.js tslint.json yarn.lock ./
|
||||||
RUN yarn install --ignore-engines
|
RUN yarn install --ignore-engines
|
||||||
|
|
||||||
|
|
Reference in a new issue