Usage of .env; hosts_append in start.sh

This commit is contained in:
2021-01-13 19:09:26 +01:00
parent 6fff0a53a1
commit 7483233c33
5 changed files with 26 additions and 11 deletions

View File

@ -25,7 +25,6 @@ COPY configs/msmtprc /etc/msmtprc
COPY configs/aliases /etc/aliases
COPY configs/hosts /etc/hosts_append
RUN cat /etc/hosts_append >> /etc/hosts
COPY start.sh /start.sh
RUN chmod +x /start.sh