Docker image now built correctly and is only missing some kind of tempalte for .env files but thats basically it

This commit is contained in:
shockrah 2021-01-25 20:56:14 -08:00
parent ea17628827
commit 1b3d7da744

View File

@ -12,5 +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 sh /opt/freechat/docker-auto-build.sh --no-cargo-cache
RUN cd /opt/freechat/ && sh docker-auto-build.sh --no-cargo-cache