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