mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-09 08:00:50 +03:00
Revert "Try a different package.json path"
This reverts commit f29f8500b8
.
This commit is contained in:
parent
f29f8500b8
commit
918af45637
|
@ -2,7 +2,7 @@ FROM node:7.9-slim
|
|||
|
||||
RUN mkdir -p /app
|
||||
|
||||
COPY package.json /app
|
||||
COPY ./package.json /app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user