From 4b2030dcfde75f399a17d6ab17a07f380e2df44c Mon Sep 17 00:00:00 2001 From: Azlux Date: Fri, 25 Mar 2022 16:42:00 +0100 Subject: [PATCH] forgot the workdir --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3291cc8..1186ad6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ]