Skip to content

Commit

Permalink
Merge pull request #65 from brandonfl/bugfix-docker-bash
Browse files Browse the repository at this point in the history
Fix docker start error with bash missing into the docker image
  • Loading branch information
brandonfl authored Aug 6, 2023
2 parents 0939dbb + b041ada commit 780af0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 780af0f

Please sign in to comment.