We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93358f1 commit 005346dCopy full SHA for 005346d
1 file changed
Docker/wolfCLU/Dockerfile
@@ -21,6 +21,6 @@ USER root
21
COPY --from=BUILDER /usr/local/lib/libwolfssl.so /usr/local/lib/
22
COPY --from=BUILDER /usr/local/bin/wolfssl* /usr/local/bin/
23
RUN ldconfig
24
-CMD ["/usr/local/bin/wolfssl"]
+ENTRYPOINT ["/usr/local/bin/wolfssl"]
25
LABEL org.opencontainers.image.source=https://github.com/wolfssl/wolfssl
26
LABEL org.opencontainers.image.description="Simple wolfCLU in a container"
0 commit comments