|
@@ -14,4 +14,4 @@ RUN apk del tzdata
|
|
RUN pip install --upgrade pip
|
|
RUN pip install --upgrade pip
|
|
RUN pip install Django==3.2.23
|
|
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
|
|
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"]
|
|
|
|
|
|
+CMD '/bin/sh' 'guinicon_docker_start.bash'
|