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 b157275 commit fb9adb0Copy full SHA for fb9adb0
Dockerfile
@@ -3,9 +3,10 @@ FROM java:openjdk-8
3
RUN wget -qO- "https://github.com/skavanagh/KeyBox/releases/download/v2.84.00/keybox-jetty-v2.84_00.tar.gz" \
4
| tar -xzC /opt
5
6
-EXPOSE 8443
+EXPOSE 8443/tcp
7
+VOLUME ["/a/keydb"]
8
9
ADD start.sh /a/start.sh
10
RUN chmod +x /a/start.sh
11
-CMD ["/a/start.sh"]
12
+ENTRYPOINT ["/a/start.sh"]
0 commit comments