This commit is contained in:
parent
9def853d95
commit
37db204cab
@ -41,14 +41,19 @@ RUN sed -ri -e 's/80/8080/g' /etc/apache2/apache2.conf /etc/apache2/conf-availab
|
|||||||
RUN mkdir /app
|
RUN mkdir /app
|
||||||
RUN chown www-data:www-data /app
|
RUN chown www-data:www-data /app
|
||||||
|
|
||||||
|
ENV XDG_CONFIG_HOME=/app
|
||||||
|
|
||||||
FROM php-base AS php
|
FROM php-base AS php
|
||||||
|
|
||||||
USER www-data
|
USER www-data
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
RUN echo d
|
||||||
|
|
||||||
# Install freescout
|
# Install freescout
|
||||||
RUN git clone -b add-s3-support https://github.com/veebkolm/freescout.git /app
|
RUN git clone -b add-s3-support https://github.com/veebkolm/freescout.git /app
|
||||||
|
|
||||||
|
|
||||||
# Install oauth plugin
|
# Install oauth plugin
|
||||||
RUN git clone https://github.com/bolsunovskyi/freescout-oauth.git /app/Modules/OAuth
|
RUN git clone https://github.com/bolsunovskyi/freescout-oauth.git /app/Modules/OAuth
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user