From fc3673025ab177944413ab232c5b1b56b0a5adb7 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Mon, 12 Oct 2020 21:10:59 -0500 Subject: [PATCH] Copied the en_US template for index --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1a5ec40..7a14b63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ WORKDIR /app RUN apk add --no-cache git ffmpeg-dev zlib-dev jpeg-dev gcc musl-dev RUN git clone --recurse-submodules https://github.com/azlux/botamusique.git . && git checkout $VERSION +RUN cp web/templates/index.template.html web/templates/index.en_US.html RUN python3 -m venv venv RUN venv/bin/pip install wheel opuslib protobuf RUN venv/bin/pip install -r requirements.txt