Refactor to be more in line with a standard Gradle project structure

This commit is contained in:
Gus Brodman
2019-06-13 09:41:11 -04:00
parent 8fa45e8c76
commit a7a983bfed
3141 changed files with 99 additions and 100 deletions
+4
View 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