Skip to content

Commit 7c8540e

Browse files
Update Dockerfile
1 parent bf286a9 commit 7c8540e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docker/cloudtk/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ RUN wget https://github.com/sm-shaw/CloudTk/archive/refs/tags/1.4.0-51.tar.gz &
77
mkdir CloudTk-1.4.0-51/certs && \
88
openssl req -new -x509 -days 365 -nodes -out CloudTk-1.4.0-51/certs/server.pem -keyout CloudTk-1.4.0-51/certs/skey.pem -subj "/C=/ST=/L=/O=[Internet Widgits Pty Ltd]/CN="
99

10-
CMD cd /home/hammerdb/CloudTk-1.4.0-51 && ./tclkit-Linux64 CloudTK.kit -library custom -port 8081 -https_port 8082
10+
ENTRYPOINT cd /home/hammerdb/CloudTk-1.4.0-51 && ./tclkit-Linux64 CloudTK.kit -library custom -port 8081 -https_port 8082

0 commit comments

Comments
 (0)