Browse Source

Mise à jour de 'Django 3.2 Pour Tools.duhaz.fr'

MrDuhaz 11 months ago
parent
commit
1783b26a8c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Django 3.2 Pour Tools.duhaz.fr

+ 2 - 1
Django 3.2 Pour Tools.duhaz.fr

@@ -1,5 +1,5 @@
 #############################
-# Django 3.2 Pour Tools.duhaz.fr> tools_duhaz_p3d32*:latest
+# Django 3.2 Pour Tools.duhaz.fr> tools_duhaz_p3d32x:latest
 
 FROM python:alpine3.19
 VOLUME /mnt/projet
@@ -14,3 +14,4 @@ RUN apk del tzdata
 RUN pip install --upgrade pip
 RUN pip install Django==3.2.23
 RUN pip install django-crispy-forms==1.12.0 gunicorn django-import-export Pillow urllib3 requests bs4 tzdata django-editorjs
+CMD ["/bin/sh", "guinicon_docker_start.bash"]