We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81de8a commit 15bac8fCopy full SHA for 15bac8f
Dockerfile
@@ -1,5 +1,7 @@
1
FROM eclipse-temurin:18-jre-alpine
2
3
+LABEL org.opencontainers.image.source="https://github.com/jamieredding/pair-stairs"
4
+
5
COPY target/pair-stairs.jar /opt/pair-stairs.jar
6
7
WORKDIR /opt
0 commit comments