Fix psysh/artisan tinker
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Erki Aas 2023-09-05 20:24:49 +03:00
parent 9def853d95
commit 37db204cab

View File

@ -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