add: stuff

This commit is contained in:
2025-12-14 16:46:11 -08:00
commit aa147f7e91
6 changed files with 100 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
FROM weilbyte/box:latest
FROM --platform=linux/amd64 lloesche/valheim-server:latest
COPY --from=0 /usr/local/bin/box64 /usr/local/bin/box64
EXPOSE 2456-2458/udp
EXPOSE 9001/tcp
EXPOSE 80/tcp
WORKDIR /
CMD ["/usr/local/bin/box64", "/usr/local/sbin/bootstrap"]