1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-05 15:57:23 +01:00

rename the scripts directory to setup

This commit is contained in:
Joshua Tauberer
2014-06-03 11:12:38 +00:00
parent af03feb389
commit da15ae5375
14 changed files with 21 additions and 21 deletions

View File

@@ -46,12 +46,12 @@ ENV NO_RESTART_SERVICES 1
RUN sed -i -e "s/^#*\s*PasswordAuthentication \(yes\|no\)/PasswordAuthentication no/g" /etc/ssh/sshd_config
# Add this repo into the image so we have the configuration scripts.
ADD scripts /usr/local/mailinabox/scripts
ADD setup /usr/local/mailinabox/setup
ADD conf /usr/local/mailinabox/conf
ADD tools /usr/local/mailinabox/tools
# Start the configuration.
RUN cd /usr/local/mailinabox && scripts/start.sh
RUN cd /usr/local/mailinabox && setup/start.sh
# Configure services for docker.
ADD containers/docker /usr/local/mailinabox/containers/docker