docker container

This commit is contained in:
2024-07-07 15:20:15 +02:00
parent 2df3a3dccb
commit e00aff5e5a
6 changed files with 73 additions and 3 deletions

10
dockerentry.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
exec java \
--add-exports java.base/sun.nio.ch=ALL-UNNAMED \
-Ddhfs.objects.persistence.files.root=/dhfs_root/p \
-Ddhfs.objects.distributed.root=/dhfs_root/d \
-Ddhfs.fuse.root=/dhfs_root_fuse \
-Dquarkus.http.host=0.0.0.0 \
"$@" \
-jar quarkus-run.jar