From c7c87a02de4e5c51c9e700da46519a5e8619eefa Mon Sep 17 00:00:00 2001 From: Azlux Date: Thu, 26 Oct 2023 13:31:27 +0200 Subject: [PATCH] fix path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5e844e..ecb2721 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ EXPOSE 8181 RUN apt update && \ apt install --no-install-recommends -y opus-tools ffmpeg libmagic-dev curl tar && \ rm -rf /var/lib/apt/lists/* -COPY --from=template-builder /botamusique /botamusique +COPY --from=python-builder /botamusique /botamusique WORKDIR /botamusique RUN chmod +x entrypoint.sh