first commit
This commit is contained in:
commit
42b928f6e1
234 changed files with 27908 additions and 0 deletions
4
ViaProxy/Dockerfile
Normal file
4
ViaProxy/Dockerfile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
FROM eclipse-temurin:21-jre-alpine
|
||||
WORKDIR /app/run
|
||||
COPY /build/libs/ViaProxy-*.jar /app/ViaProxy.jar
|
||||
ENTRYPOINT ["java", "-jar", "/app/ViaProxy.jar", "config", "viaproxy.yml"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue