mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 05:04:25 +03:00
FIx node Dockerfile package.json COPY
This commit is contained in:
parent
60adede367
commit
90b355cff4
|
@ -2,7 +2,7 @@ FROM node:7.7-slim
|
|||
|
||||
RUN mkdir -p /app
|
||||
|
||||
COPY ./package.json /app
|
||||
COPY package.json /app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user