mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-25 19:14:03 +03:00
Resetting to the last version working locally with docker-compose 1.11.x
This commit is contained in:
parent
873131425d
commit
68b2f63596
|
@ -2,9 +2,9 @@ FROM node:7-slim
|
||||||
|
|
||||||
RUN mkdir -p /app
|
RUN mkdir -p /app
|
||||||
|
|
||||||
WORKDIR /app
|
COPY ./package.json /app
|
||||||
|
|
||||||
COPY ./package.json /app/
|
WORKDIR /app
|
||||||
|
|
||||||
RUN npm install && npm cache clean
|
RUN npm install && npm cache clean
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user