hosts append
This commit is contained in:
parent
c1e99720dc
commit
0464fab682
@ -23,6 +23,9 @@ 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
|
||||
|
||||
|
1
configs/hosts
Normal file
1
configs/hosts
Normal file
@ -0,0 +1 @@
|
||||
10.42.15.12 mail.chaospott.de
|
Loading…
Reference in New Issue
Block a user