From 8dce3469972db7317771e433b57a106e97351b9f Mon Sep 17 00:00:00 2001 From: Antoine Aflalo <197810+Belphemur@users.noreply.github.com> Date: Fri, 6 Dec 2024 17:22:27 -0500 Subject: [PATCH] ci: debug release 2 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b906dfd..0071c97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,10 +16,10 @@ RUN adduser \ COPY CBZOptimizer ${APP_PATH} -RUN apk add --no-cache inotify-tools bash-completion libwebp \ -RUN chmod +x ${APP_PATH} \ +RUN apk add --no-cache inotify-tools bash-completion libwebp +RUN chmod +x ${APP_PATH} RUN ${APP_PATH} completion bash > /etc/bash_completion.d/CBZOptimizer VOLUME ${CONFIG_FOLDER} USER ${USER} -ENTRYPOINT ["$APP_PATH"] \ No newline at end of file +ENTRYPOINT ["${APP_DATA}"] \ No newline at end of file