fix docker args
This commit is contained in:
parent
653c67062c
commit
4128e626f3
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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/"
|
||||
Loading…
Reference in New Issue