Skip to content

Commit 005346d

Browse files
author
Andras Fekete
committed
Fix entrypoint
1 parent 93358f1 commit 005346d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Docker/wolfCLU/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ USER root
2121
COPY --from=BUILDER /usr/local/lib/libwolfssl.so /usr/local/lib/
2222
COPY --from=BUILDER /usr/local/bin/wolfssl* /usr/local/bin/
2323
RUN ldconfig
24-
CMD ["/usr/local/bin/wolfssl"]
24+
ENTRYPOINT ["/usr/local/bin/wolfssl"]
2525
LABEL org.opencontainers.image.source=https://github.com/wolfssl/wolfssl
2626
LABEL org.opencontainers.image.description="Simple wolfCLU in a container"

0 commit comments

Comments
 (0)