curl in folder
This commit is contained in:
parent
b40417bdca
commit
5af908127b
1 changed files with 1 additions and 3 deletions
|
@ -13,9 +13,7 @@ COPY README.md .
|
|||
WORKDIR /opt
|
||||
COPY src .
|
||||
|
||||
WORKDIR /opt/src/lavalink
|
||||
RUN curl -Lso README.md https://gitlab.com/ConfrerieDuKassoulait/lavalink/-/raw/main/README.md && \
|
||||
RUN curl -Lso lavalink/README.md https://gitlab.com/ConfrerieDuKassoulait/lavalink/-/raw/main/README.md && \
|
||||
apt purge curl -y
|
||||
WORKDIR /opt
|
||||
|
||||
CMD ["python", "-u", "./main.py"]
|
||||
|
|
Reference in a new issue