forgot the workdir

This commit is contained in:
Azlux 2022-03-25 16:42:00 +01:00
parent c750ed93de
commit 4b2030dcfd

View File

@ -19,7 +19,7 @@ RUN apt update && \
apt install -y opus-tools ffmpeg libmagic-dev curl tar && \
rm -rf /var/lib/apt/lists/*
COPY --from=python-builder /botamusique /botamusique
WORKDIR /botamusique
RUN chmod +x entrypoint.sh
ENTRYPOINT [ "/botamusique/entrypoint.sh" ]