added file-based configuration. Is default in dockerfile. overrides args.

This commit is contained in:
idk
2018-08-08 23:29:26 -04:00
parent a4b49a0b5e
commit 7730225a13
6 changed files with 40 additions and 35 deletions

View File

@ -18,4 +18,4 @@ USER $user
WORKDIR /opt/$user/
COPY $path /opt/$user/www
#VOLUME /opt/$user/
CMD eephttpd -s /opt/$user/ -sh=$samhost -sp=$samport $args
CMD eephttpd -f /usr/src/eephttpd/etc/eephttpd/eephttpd.conf -s /opt/$user/ -sh=$samhost -sp=$samport $args