mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 05:04:25 +03:00
Try utilizing relative package.json path
This commit is contained in:
parent
f61e803fd4
commit
873131425d
|
@ -4,7 +4,7 @@ RUN mkdir -p /app
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json /app/package.json
|
||||
COPY ./package.json /app/
|
||||
|
||||
RUN npm install && npm cache clean
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user