getting the RAW file
This commit is contained in:
parent
4072b655d6
commit
0a8dfcae4b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ COPY README.md .
|
|||
|
||||
WORKDIR /opt
|
||||
COPY src .
|
||||
RUN curl -Lso /opt/src/lavalink/README.md https://gitlab.com/ConfrerieDuKassoulait/lavalink/-/blob/main/README.md && \
|
||||
RUN curl -Lso /opt/src/lavalink/README.md https://gitlab.com/ConfrerieDuKassoulait/lavalink/-/raw/main/README.md && \
|
||||
apt purge curl -y
|
||||
|
||||
CMD ["python", "-u", "./main.py"]
|
||||
|
|
Reference in a new issue