mount instead copy
This commit is contained in:
@@ -3,8 +3,6 @@ WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY ./mysite ./mysite
|
||||
COPY ./polls ./polls
|
||||
COPY ./manage.py .
|
||||
|
||||
RUN ./manage.py makemigrations
|
||||
|
||||
Reference in New Issue
Block a user