add jami-jams v3.2

This commit is contained in:
ace
2021-10-25 01:35:42 +03:00
parent 58f905d2da
commit 740c91098e
10 changed files with 46 additions and 0 deletions

8
jams/Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM openjdk:11.0.13-bullseye
COPY jams jams
WORKDIR jams
EXPOSE 8080
CMD ["java", "-jar", "jams-launcher.jar"]