Update Dockerfile

This commit is contained in:
sump pump 2020-04-27 20:00:07 +00:00
parent 2fb0dc942e
commit 0c70d36bfb

View File

@ -7,6 +7,6 @@ RUN curl -L "https://github.com/gliderlabs/sigil/releases/download/v0.5.0/sigil_
VOLUME /etc/lixonet
WORKDIR /run
ADD .
ADD . .
CMD ["./build.sh"]