Browse Source

Dockerfile

李莎 1 year ago
parent
commit
d2628f6a38
1 changed files with 10 additions and 0 deletions
  1. 10 0
      Dockerfile

+ 10 - 0
Dockerfile

@@ -0,0 +1,10 @@
+FROM openjdk:8u292-jdk-slim
+
+
+WORKDIR ./wrapper-compute-engine
+ADD . .
+
+
+WORKDIR wrapper-compute-engine/bin
+
+CMD ["./wrapper-compute-engine","start"]