mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-06 21:20:16 +03:00
Try a different package.json path
This commit is contained in:
parent
315a595510
commit
a5b60de2db
|
@ -2,7 +2,7 @@ FROM node:7.9-slim
|
||||||
|
|
||||||
RUN mkdir -p /app
|
RUN mkdir -p /app
|
||||||
|
|
||||||
COPY ./package.json /app
|
COPY package.json /app
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user