Remove remaining local config files

This commit is contained in:
Alejandro Celaya
2024-10-23 10:53:09 +02:00
parent 442eea0ea7
commit f3244b35e3
16 changed files with 52 additions and 121 deletions

View File

@@ -61,7 +61,6 @@ EXPOSE 8080
# Copy config specific for the image
COPY docker/docker-entrypoint.sh docker-entrypoint.sh
COPY docker/config/shlink_in_docker.local.php config/autoload/shlink_in_docker.local.php
COPY docker/config/php.ini ${PHP_INI_DIR}/conf.d/
USER ${USER_ID}