diff --git a/Dockerfile b/Dockerfile index 7206365..c8b5a10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ RUN pip install --upgrade pip && pip install -r requirements.txt # Copy project COPY . /app/ +WORKDIR /app # Run migrations & collect static in production (optional) # CMD ["python", "manage.py", "migrate"] && ["python", "manage.py", "collectstatic", "--noinput"]