fix docker args

This commit is contained in:
kirill.labutin 2026-08-14 18:20:31 +03:00
parent 653c67062c
commit 4128e626f3
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:latest
RUN apk add --no-cache openjdk25 git
RUN apk add --no-cache openjdk25
RUN mkdir -p /data /data/local

View File

@ -1,2 +1,2 @@
#!/bin/sh
exec java -Xmx256m -jar default.pfapp --c=/data/config.json -Dapp.external.management=true -l=. -r="https://repo.kirillius.ru/apps/pf/"
exec java -Xmx256m -Dapp.external.management=true -jar default.pfapp --c=/data/config.json -l=. -r="https://repo.kirillius.ru/apps/pf/"