diff --git a/Dockerfile b/Dockerfile index 8c171ec..40a15c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ COPY init/entrypoint.sh /tmp/entrypoint.sh RUN chmod +x /tmp/entrypoint.sh ENTRYPOINT ["/tmp/entrypoint.sh"] -CMD ["sleep", "3600"] \ No newline at end of file +#CMD ["sleep", "3600"] \ No newline at end of file