mirror of
https://github.com/google/nomulus
synced 2026-01-08 07:11:44 +00:00
Refactor to be more in line with a standard Gradle project structure
This commit is contained in:
4
proxy/Dockerfile
Normal file
4
proxy/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM gcr.io/distroless/java
|
||||
ADD build/libs/proxy_server.jar .
|
||||
ENTRYPOINT ["java", "-jar", "proxy_server.jar"]
|
||||
EXPOSE 30000 30001 30002 30010 30012
|
||||
Reference in New Issue
Block a user