mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Build outside docker for faster builds.
This commit is contained in:
parent
3078b6073f
commit
ddb2820f52
4 changed files with 73 additions and 67 deletions
11
Dockerfile.openj9.ci
Normal file
11
Dockerfile.openj9.ci
Normal file
|
@ -0,0 +1,11 @@
|
|||
FROM ibm-semeru-runtimes:open-17-jre
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
COPY ./piped.jar /app/piped.jar
|
||||
|
||||
COPY VERSION .
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD java -server -XX:+UnlockExperimentalVMOptions -XX:+OptimizeStringConcat -XX:+UseStringDeduplication -XX:+UseCompressedOops -XX:+UseNUMA -XX:+UseParallelGC -XX:-UseBiasedLocking -Xshareclasses:allowClasspaths -jar /app/piped.jar
|
Loading…
Add table
Add a link
Reference in a new issue