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:
parent
ea17628827
commit
1b3d7da744
@ -12,5 +12,5 @@ RUN apk add git
|
|||||||
|
|
||||||
# Now we being the freechat installation process
|
# Now we being the freechat installation process
|
||||||
RUN git clone https://gitlab.com/shockrah/freechat.git/ /opt/freechat/
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user