feat: ✨ Add memory limit calculations & server setup/updates
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM eclipse-temurin:22-alpine
|
||||
|
||||
COPY --from=golang:1.22-alpine /usr/local/go/ /usr/local/go/
|
||||
ENV PATH="/root/go/bin:/usr/local/go/bin:${PATH}"
|
||||
|
||||
RUN go install github.com/nothub/mrpack-install@v0.16.10
|
||||
|
||||
VOLUME /server
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
Reference in New Issue
Block a user