move to packwiz

This commit is contained in:
Mara Wörle 2025-07-08 18:43:15 +02:00
parent 7db0bb5c60
commit e7cbdd0525
129 changed files with 2381 additions and 0 deletions

9
Dockerfile Normal file
View file

@ -0,0 +1,9 @@
FROM alpine:latest
ENV PATH=$PATH:/root/go/bin
RUN apk add --update go
RUN go install github.com/packwiz/packwiz@latest
WORKDIR /modpack