diff --git a/Dockerfile b/Dockerfile index ea0f0fb..e7faeb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,14 +41,19 @@ RUN sed -ri -e 's/80/8080/g' /etc/apache2/apache2.conf /etc/apache2/conf-availab RUN mkdir /app RUN chown www-data:www-data /app +ENV XDG_CONFIG_HOME=/app + FROM php-base AS php USER www-data WORKDIR /app +RUN echo d + # Install freescout RUN git clone -b add-s3-support https://github.com/veebkolm/freescout.git /app + # Install oauth plugin RUN git clone https://github.com/bolsunovskyi/freescout-oauth.git /app/Modules/OAuth