mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-06 05:00:18 +03:00
FIx node Dockerfile package.json COPY
This commit is contained in:
parent
00842aa95e
commit
7f9446b35b
|
@ -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