Use OpenResty instead of plain nginx to support OpenID Connect authorization.

This commit is contained in:
Subv
2020-05-25 11:45:47 -05:00
parent 102571f728
commit a2992aeedc
4 changed files with 39 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ WORKDIR /app
RUN yarn install
# Remove frontend service not required for prod, dev nginx config as well
RUN rm -rf /etc/services.d/frontend RUN rm -f /etc/nginx/conf.d/dev.conf
RUN rm -rf /etc/services.d/frontend && rm -f /etc/nginx/conf.d/dev.conf
VOLUME [ "/data", "/etc/letsencrypt" ]
CMD [ "/init" ]