diff --git a/Dockerfile b/Dockerfile index c2cdad0..6f4e7e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,4 +38,4 @@ RUN certtool --generate-privkey --outfile key.pem \ COPY startup.sh /usr/local/bin/startup RUN chmod +X /usr/local/bin/startup -ENTRYPOINT [startup] \ No newline at end of file +ENTRYPOINT [/usr/local/bin/startup] \ No newline at end of file