mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2025-10-13 20:18:52 +02:00
ci: debug release 2
This commit is contained in:
@@ -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}"]
|
Reference in New Issue
Block a user