diff --git a/docker/Dockerfile b/docker/Dockerfile index fb6a8b0..9158428 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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