mirror of
https://github.com/GeyserMC/GeyserConnect.git
synced 2025-09-11 16:43:00 +02:00
bumped openjdk:8 <-> openjdk:16, added much easier setup instructions
This commit is contained in:
parent
e76c822442
commit
6484879aed
4 changed files with 17 additions and 12 deletions
5
Dockerfile
Executable file
5
Dockerfile
Executable file
|
@ -0,0 +1,5 @@
|
|||
FROM openjdk:16-alpine
|
||||
RUN mkdir /gsc
|
||||
WORKDIR /gsc
|
||||
EXPOSE 19132/udp
|
||||
CMD ["java", "-Xms1G", "-jar", "GeyserConnect.jar"]
|
Loading…
Add table
Add a link
Reference in a new issue