Skip to content

Commit

Permalink
Merge pull request #3 from Razvan0925/patch-3
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
2 parents ee0b436 + cfe82a3 commit 3573470
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 3573470

Please sign in to comment.