Update Dockerfile

This commit is contained in:
sump pump 2020-04-27 20:00:43 +00:00
parent 0c70d36bfb
commit e112f7c68f

View File

@ -8,5 +8,6 @@ VOLUME /etc/lixonet
WORKDIR /run
ADD . .
RUN chmod +x build.sh
CMD ["./build.sh"]