diff --git a/Dockerfile b/Dockerfile index 358e6a0..d9cb112 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ LABEL website="https://discord-role-persistence.com" LABEL github="https://github.com/brandonfl/discord-role-persistence" RUN apk update && apk upgrade -RUN apk add --no-cache dumb-init +RUN apk add --no-cache dumb-init bash COPY --from=build /tmp/src/bot/target/bot.war /app COPY docker/utils/wait-for-it.sh /app