Skip to content

Commit

Permalink
fix : RUST_BACKTRACE=full may be to much ^^
Browse files Browse the repository at this point in the history
  • Loading branch information
IronMine committed Oct 16, 2024
1 parent e977521 commit f26c58d
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,6 +13,6 @@ FROM alpine:3.20
WORKDIR /pumpkin
RUN apk add --no-cache libgcc
COPY --from=builder /pumpkin/pumpkin.release /pumpkin/pumpkin
ENV RUST_BACKTRACE=full
ENV RUST_BACKTRACE=1
EXPOSE 25565
ENTRYPOINT ["/pumpkin/pumpkin"]

0 comments on commit f26c58d

Please sign in to comment.