Update 'Dockerfile'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2020-02-18 09:37:47 +00:00
parent c8783dc273
commit 0d61e58e87

View File

@ -5,4 +5,4 @@ COPY init/entrypoint.sh /tmp/entrypoint.sh
RUN chmod +x /tmp/entrypoint.sh
ENTRYPOINT ["/tmp/entrypoint.sh"]
#CMD ["sleep", "3600"]
CMD ["tail", "-f", "/dev/null"]