feat: change env settings and create superuser script

This commit is contained in:
mohamad
2026-05-09 11:14:44 +03:30
parent 744ef69942
commit eb880e3e8b
5 changed files with 52 additions and 11 deletions
-2
View File
@@ -20,8 +20,6 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
RUN python manage.py collectstatic --noinput
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh