Skip to content

Commit

Permalink
Merge pull request #29 from perpetualcacophony/release/v1.8.6
Browse files Browse the repository at this point in the history
patch 1.8.6
  • Loading branch information
perpetualcacophony authored Aug 22, 2024
2 parents 0ebfcad + fc6e20d commit 19f5fab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ RUN cargo +nightly build \
FROM alpine AS runtime

# add slimebot user & group
RUN addgroup --system slimebot && \
adduser --system slimebot --ingroup slimebot
RUN addgroup --system slimebot
RUN adduser --system slimebot --ingroup slimebot

EXPOSE 443

# copy binary from builder
COPY --link --from=builder --chown=slimebot:slimebot /build/target/x86_64-unknown-linux-musl/release/slimebot /usr/local/bin/slimebot
COPY --from=builder --chown=slimebot:slimebot /build/target/x86_64-unknown-linux-musl/release/slimebot /usr/local/bin/slimebot

USER slimebot:slimebot

Expand Down

0 comments on commit 19f5fab

Please sign in to comment.