We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2eae6d commit 1e26540Copy full SHA for 1e26540
tiny-java-containers/helloworld/Dockerfile
@@ -12,7 +12,7 @@ RUN microdnf -y install wget xz && \
12
mv upx-${UPX_VERSION}-amd64_linux/upx . && \
13
rm -rf upx-${UPX_VERSION}-amd64_linux
14
15
- # Compile the Hello class to Java bytecode
+# Compile the Hello class to Java bytecode
16
COPY Hello.java Hello.java
17
RUN javac Hello.java
18
# Build a native executable with native-image
0 commit comments