dockerfile fixes

This commit is contained in:
kirillius 2026-07-31 20:34:06 +03:00
parent e0ffedc944
commit b0298ff9cc
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
FROM alpine:latest
RUN apk add --no-cache openjdk25 git
RUN apk add --no-cache openjdk25 git curl
RUN mkdir -p /data /data/local
COPY launcher.sh /launcher.sh
COPY docker/config.json /data/config.json

View File

@ -1,2 +1,2 @@
#!/bin/sh
exec /launcher.sh -c /data
exec /launcher.sh --c=/data/config.json