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 && \
|
RUN apt update && \
|
||||||
apt install git -y && \
|
apt install git -y && \
|
||||||
pip install -r requirements.txt && \
|
pip install -r requirements.txt && \
|
||||||
git submodule update --force --recursive --init --remote && \
|
|
||||||
apt purge git -y
|
apt purge git -y
|
||||||
|
|
||||||
COPY README.md .
|
COPY README.md .
|
||||||
|
|
||||||
WORKDIR /opt
|
WORKDIR /opt
|
||||||
COPY src .
|
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"]
|
CMD ["python", "-u", "./main.py"]
|
||||||
|
|
Reference in a new issue