Remove Log repertory

This commit is contained in:
f4hlv 2018-01-04 01:09:37 +01:00
parent 80bae4529e
commit fab3d35d82
1 changed files with 0 additions and 4 deletions

View File

@ -12,11 +12,7 @@ WORKDIR /MMDVMHost
RUN make \
&& cp MMDVMHost /usr/local/bin
RUN mkdir /var/log/mmdvmhost
VOLUME /MMDVMHost
VOLUME /var/log/mmdvmhost
WORKDIR /MMDVMHost
CMD ["MMDVMHost", "/MMDVMHost/MMDVM.ini"]