Skip to content

Commit

Permalink
chore: fix keepup command
Browse files Browse the repository at this point in the history
  • Loading branch information
DevScyu committed Nov 16, 2024
1 parent 1db9d39 commit 2273752
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ FROM itzg/bungeecord as proxy
LABEL org.opencontainers.image.authors="Offz <[email protected]>"
RUN apt-get update -y \
&& apt-get install -y rsync rclone wget unzip git pipx python3-venv jq file
COPY --from=helper /keepup /usr/local
COPY --from=helper /keepup /usr/local/bin
RUN chmod +x /usr/local/bin/keepup
ENV\
KEEPUP=true\
KEEPUP_ALLOW_OVERRIDES=true\
Expand Down

0 comments on commit 2273752

Please sign in to comment.