mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-25 19:14:03 +03:00
Try fiixing node Dockerfile package.json COPY ones again
This commit is contained in:
parent
1d21d80c72
commit
b6c026a523
|
@ -2,7 +2,7 @@ FROM node:7.7-slim
|
|||
|
||||
RUN mkdir -p /app
|
||||
|
||||
COPY package.json /app
|
||||
COPY package.json /app/package.json
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user