This commit is contained in:
Irwan Cahyono 2025-06-30 13:27:48 +07:00
parent 8c9e27662e
commit 06ed352804

View File

@ -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"]