added file-based configuration. Is default in dockerfile. overrides args.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user