mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2025-10-14 12:38:50 +02:00
ci: fix dockerfile
This commit is contained in:
@@ -16,9 +16,9 @@ RUN adduser \
|
|||||||
|
|
||||||
COPY CBZOptimizer ${APP_PATH}
|
COPY CBZOptimizer ${APP_PATH}
|
||||||
|
|
||||||
RUN apk add --no-cache inotify-tools bash-completion libwebp
|
RUN apk add --no-cache inotify-tools bash-completion libwebp && \
|
||||||
RUN chmod +x ${APP_PATH}
|
chmod +x ${APP_PATH} && \
|
||||||
RUN ${APP_PATH} completion bash > /etc/bash_completion.d/CBZOptimizer
|
${APP_PATH} completion bash > /etc/bash_completion.d/CBZOptimizer
|
||||||
|
|
||||||
VOLUME ${CONFIG_FOLDER}
|
VOLUME ${CONFIG_FOLDER}
|
||||||
USER ${USER}
|
USER ${USER}
|
||||||
|
Reference in New Issue
Block a user