feat: use alpine base image for docker

This commit is contained in:
2024-03-25 09:33:16 +01:00
parent 7db642f17f
commit 903816a47d
8 changed files with 42 additions and 16 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from celery import Celery
# set the default Django settings module for the 'celery' program.
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "config.settings.base")
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "config.settings")
app = Celery("config")