Skip to content

Commit

Permalink
Merge pull request #134 from IronMine/use_cargo_cache_in_dockerfile
Browse files Browse the repository at this point in the history
fix : RUST_BACKTRACE=full may be to much ^^
  • Loading branch information
Snowiiii authored Oct 16, 2024
2 parents 00ba487 + f26c58d commit e725d19
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 e725d19

Please sign in to comment.