copy readme
This commit is contained in:
parent
f708354721
commit
1d04853cc5
1 changed files with 1 additions and 2 deletions
|
@ -6,13 +6,12 @@ COPY requirements.txt .
|
|||
RUN apt update && \
|
||||
apt install git -y && \
|
||||
pip install -r requirements.txt && \
|
||||
git submodule update --force --recursive --init --remote && \
|
||||
apt purge git -y
|
||||
|
||||
COPY README.md .
|
||||
|
||||
WORKDIR /opt
|
||||
COPY src .
|
||||
COPY /src/lavalink/README.md lavalink/
|
||||
RUN curl -Lso /src/lavalink/README.md https://gitlab.com/ConfrerieDuKassoulait/lavalink/-/blob/main/README.md
|
||||
|
||||
CMD ["python", "-u", "./main.py"]
|
||||
|
|
Reference in a new issue