mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-23 15:54:12 +03:00
Try a different package.json path
This commit is contained in:
parent
02033729b5
commit
f29f8500b8
|
@ -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