This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
yourls-plugins/Dockerfile
2023-03-21 21:30:02 +00:00

9 lines
441 B
Docker

FROM yourls
WORKDIR /var/www/html
COPY --chown=www-data:www-data plugins/404-if-not-found ./user/plugins/404-if-not-found
COPY --chown=www-data:www-data plugins/preview ./user/plugins/preview
COPY --chown=www-data:www-data plugins/sleeky-backend ./user/plugins/sleeky-backend
COPY --chown=www-data:www-data plugins/sleeky-frontend/index.php /var/www/html/index.php
COPY --chown=www-data:www-data plugins/sleeky-frontend/frontend ./frontend