We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec47d3e commit 1943a5eCopy full SHA for 1943a5e
Dockerfile
@@ -6,9 +6,9 @@ ENV GRADLE_USER_HOME /tmp/build/.gradle
6
7
ADD . /tmp/build
8
RUN ./gradlew build
9
-RUN native-image -jar ./build/libs/graal-httpserver-all-1.0-SNAPSHOT.jar -H:ReflectionConfigurationFiles=reflection.json -H:+JNI \
+RUN native-image -jar ./build/libs/graal-javalin-all-1.0-SNAPSHOT.jar -H:ReflectionConfigurationFiles=reflection.json -H:+JNI \
10
-H:Name=graal-httpserver --static
11
12
FROM scratch
13
-COPY --from=0 /tmp/build/graal-httpserver /
14
-ENTRYPOINT ["/graal-httpserver"]
+COPY --from=0 /tmp/build/graal-javalin /
+ENTRYPOINT ["/graal-javalin"]
0 commit comments