Skip to content

Commit

Permalink
Merge pull request #12 from inblockio/fix-login-issue
Browse files Browse the repository at this point in the history
Fix login issue
  • Loading branch information
FantasticoFox authored Jul 15, 2024
2 parents 7af9e9c + 48ddd39 commit 43558fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,9 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
COPY ./apply-patches.sh apply-patches.sh
COPY ./resources/patch _patches
RUN chmod +x apply-patches.sh
RUN ./apply-patches.sh

# cleanup patches
RUN rm ./apply-patches.sh
RUN rm -r ./_patches

0 comments on commit 43558fd

Please sign in to comment.