Browse Source

Copied the en_US template for index

master
Drew Short 4 years ago
parent
commit
fc3673025a
  1. 1
      Dockerfile

1
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

Loading…
Cancel
Save