diff --git a/Dockerfile b/Dockerfile index 40a15c4..59771c8 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 ["tail", "-f", "/dev/null"] \ No newline at end of file