Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
alihardan committed Apr 6, 2024
1 parent 675d0d8 commit 48f02e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ RUN chown -R application:application .
# EXPOSE 9000
# CMD ["php-fpm"]

RUN mkdir /opgactions
RUN rm -rf /app/storage/app/public
RUN ln -s /opgactions/opg-backups/public /app/storage/app/public
RUN php artisan storage:link
RUN ln -s /opgactions/opg-backups/gamePhotos /app/storage/app/public/gamePhotos
RUN ln -s /opgactions/opg-backups/item-photos /app/storage/app/public/item-photos
RUN chown -R application:application /opgactions

RUN wget https://github.com/vrana/adminer/releases/download/v4.8.1/adminer-4.8.1-en.php -O /app/public/adminer-baadafdhhd.php

0 comments on commit 48f02e1

Please sign in to comment.