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