Add GraalVM CE support (#1601)

This commit is contained in:
Noa Himesaka
2022-07-16 10:11:11 -05:00
committed by GitHub
parent fac72eac9d
commit e8f3fd2d71
6 changed files with 68 additions and 10 deletions
+2
View File
@@ -0,0 +1,2 @@
groupadd --gid 1000 minecraft
useradd --system --shell /bin/false --uid 1000 -g minecraft --home /data minecraft