mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
make expose directly executable in the docker container (#149)
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user