mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 14:34:53 +03:00
Add locally installed binaries to the PATH in the node image
This commit is contained in:
parent
37927a8a19
commit
1809e58e78
|
@ -5,3 +5,5 @@ WORKDIR /app
|
||||||
COPY ./package.json /app
|
COPY ./package.json /app
|
||||||
|
|
||||||
RUN npm install && npm cache clean --force
|
RUN npm install && npm cache clean --force
|
||||||
|
|
||||||
|
ENV PATH ./node_modules/.bin/:$PATH
|
||||||
|
|
Loading…
Reference in New Issue
Block a user