* Fixed issue with spacing in help param processing

+ Not caching cargo builds in default docker container
This commit is contained in:
shockrah
2021-01-25 20:42:11 -08:00
parent 462fe463f7
commit ea17628827
2 changed files with 21 additions and 10 deletions

View File

@@ -12,7 +12,5 @@ RUN apk add git
# Now we being the freechat installation process
RUN git clone https://gitlab.com/shockrah/freechat.git/ /opt/freechat/
RUN cd /opt/freechat/
RUN sh docker-auto-build.sh
RUN /opt/
RUN sh /opt/freechat/docker-auto-build.sh --no-cargo-cache