Skip to content

Commit

Permalink
fix error 500 for some html emails and for 2fa
Browse files Browse the repository at this point in the history
fix error 500 for some html emails and for 2fa
  • Loading branch information
Razvan0925 authored Mar 15, 2019
1 parent f02e7d8 commit cfe82a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN set -e \
&& apk add --no-cache \
supervisor \
nginx \
composer \
# GD
freetype libpng libjpeg-turbo \
&& apk add --no-cache --virtual .build-deps \
Expand All @@ -31,7 +32,9 @@ RUN set -e \
&& mv cypht-master/* ${CYPHT_DEST} \
&& cd /tmp \
&& rm -rf cypht-temp \
&& apk del .build-deps
&& apk del .build-deps \
&& cd ${CYPHT_DEST} \
&& composer install

COPY nginx.conf /etc/nginx/nginx.conf
COPY supervisord.conf /etc/supervisord.conf
Expand Down

0 comments on commit cfe82a3

Please sign in to comment.