Move entrypoint to /usr/local/bin (#104)

* Move entrypoint to /usr/local/bin

 - so that it's not served by the webserver
This commit is contained in:
Markus Opolka
2021-11-25 07:56:11 +01:00
committed by GitHub
parent 19a1a0d044
commit 19a387488a
8 changed files with 14 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ fileContentTests:
path: '/var/www/html/admin/index.php'
expectedContents: ['LimeSurvey']
- name: 'Entrypoint file content'
path: '/var/www/html/entrypoint.sh'
path: '/usr/local/bin/entrypoint.sh'
expectedContents: ['console.php', 'ADMIN_USER']
fileExistenceTests:

View File

@@ -9,7 +9,7 @@ fileContentTests:
path: '/var/www/html/admin/index.php'
expectedContents: ['LimeSurvey']
- name: 'Entrypoint file content'
path: '/var/www/html/entrypoint.sh'
path: '/usr/local/bin/entrypoint.sh'
expectedContents: ['console.php', 'ADMIN_USER']
fileExistenceTests: