mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Restore the Dockerfile like it was
This commit is contained in:
parent
b28798c74f
commit
bdc085048d
@ -9,23 +9,23 @@ LABEL version=$VERSION
|
||||
RUN set -euxo pipefail \
|
||||
; apk add --no-cache libressl mariadb-connector-c postgresql-libs
|
||||
|
||||
EXPOSE 80/tcp
|
||||
|
||||
HEALTHCHECK CMD curl -skfLo /dev/null http://localhost/sso/login
|
||||
|
||||
VOLUME ["/data","/dkim"]
|
||||
|
||||
ENV FLASK_APP=mailu
|
||||
|
||||
COPY --from=assets /work/static/ ./mailu/static/
|
||||
|
||||
COPY audit.py /
|
||||
COPY start.py /
|
||||
COPY migrations/ ./migrations/
|
||||
COPY mailu/ ./mailu/
|
||||
|
||||
COPY migrations/ ./migrations/
|
||||
|
||||
COPY mailu/ ./mailu/
|
||||
RUN set -euxo pipefail \
|
||||
; venv/bin/pybabel compile -d mailu/translations
|
||||
|
||||
RUN echo $VERSION >/version
|
||||
|
||||
EXPOSE 80/tcp
|
||||
HEALTHCHECK CMD curl -skfLo /dev/null http://localhost/sso/login?next=ui.index
|
||||
|
||||
VOLUME ["/data","/dkim"]
|
||||
|
||||
ENV FLASK_APP=mailu
|
||||
CMD /start.py
|
||||
|
Loading…
Reference in New Issue
Block a user