mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-06 05:00:18 +03:00
Resetting to the last version working locally with docker-compose 1.11.x
This commit is contained in:
parent
650e9c9079
commit
4686ff68e8
|
@ -2,9 +2,9 @@ FROM node:7-slim
|
|||
|
||||
RUN mkdir -p /app
|
||||
|
||||
WORKDIR /app
|
||||
COPY ./package.json /app
|
||||
|
||||
COPY ./package.json /app/
|
||||
WORKDIR /app
|
||||
|
||||
RUN npm install && npm cache clean
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user