Add OAuth module from repository
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-02-01 15:20:10 +02:00
parent 37db204cab
commit 7b5b15aebc
27 changed files with 474 additions and 2 deletions

View File

@@ -53,9 +53,8 @@ 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
COPY modules/OAuth /app/Modules/OAuth
# Install Composer dependencies
RUN cd /app && composer install --no-dev && composer clear-cache