From 1b3d7da744a4841c7853de909bb2353a6c179934 Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 25 Jan 2021 20:56:14 -0800 Subject: [PATCH] Docker image now built correctly and is only missing some kind of tempalte for .env files but thats basically it --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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