소스 검색

Ajout de 'For EroZone'

MrDuhaz 11 달 전
부모
커밋
d61f80fb43
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. 14 0
      For EroZone

+ 14 - 0
For EroZone

@@ -0,0 +1,14 @@
+#############################
+# For EroZone >' erozone_p3d318:lastest
+
+FROM python:3-alpine
+VOLUME /mnt/projet
+WORKDIR /mnt/projet/
+RUN apk add tzdata build-base py-pip py3-mysqlclient mariadb-connector-c-dev g++ freetype-dev jpeg-dev gettext bash zlib-dev libxslt-dev
+RUN cp /usr/share/zoneinfo/Europe/Paris /etc/localtime
+RUN echo Europe/Brussels >' /etc/timezone
+RUN echo Europe/Paris >' /etc/TZ
+RUN unset TZ
+RUN apk del tzdata
+RUN pip install Django==3.1.8
+RUN pip install mysqlclient translators django-crispy-forms gunicorn