workdir
This commit is contained in:
parent
8c9e27662e
commit
06ed352804
@ -19,6 +19,7 @@ RUN pip install --upgrade pip && pip install -r requirements.txt
|
|||||||
|
|
||||||
# Copy project
|
# Copy project
|
||||||
COPY . /app/
|
COPY . /app/
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
# Run migrations & collect static in production (optional)
|
# Run migrations & collect static in production (optional)
|
||||||
# CMD ["python", "manage.py", "migrate"] && ["python", "manage.py", "collectstatic", "--noinput"]
|
# CMD ["python", "manage.py", "migrate"] && ["python", "manage.py", "collectstatic", "--noinput"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user