mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-25 11:04:04 +03:00
Try switcging workdir to /app
This commit is contained in:
parent
ff3e019a2d
commit
f61e803fd4
|
@ -2,10 +2,10 @@ FROM node:7-slim
|
|||
|
||||
RUN mkdir -p /app
|
||||
|
||||
COPY package.json /app/package.json
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json /app/package.json
|
||||
|
||||
RUN npm install && npm cache clean
|
||||
|
||||
ENV PATH ./node_modules/.bin/:$PATH
|
||||
|
|
Loading…
Reference in New Issue
Block a user