This commit is contained in:
Marcel Pociot
2020-12-05 00:34:01 +01:00
parent 41e6e674e0
commit 7bfb618d93
2 changed files with 1 additions and 1 deletions

View File

@@ -21,3 +21,4 @@ ENV password=password
ENV exposeConfigPath=/src/config/expose.php
CMD sed -i "s|username|${username}|g" ${exposeConfigPath} && sed -i "s|password|${password}|g" ${exposeConfigPath} && php expose serve ${domain} --port ${port} --validateAuthTokens
ENTRYPOINT ["/src/expose"]