ci: debug release 2

This commit is contained in:
Antoine Aflalo
2024-12-06 17:22:27 -05:00
parent 4646789e4e
commit 8dce346997

View File

@@ -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"]
ENTRYPOINT ["${APP_DATA}"]