Update 'Dockerfile'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2020-02-24 14:19:56 +00:00
parent 31d65f9dab
commit 6d4e141be3
1 changed files with 1 additions and 0 deletions

View File

@ -5,4 +5,5 @@ COPY init/entrypoint.sh /tmp/entrypoint.sh
RUN chmod +x /tmp/entrypoint.sh
ENTRYPOINT ["/tmp/entrypoint.sh"]
# Uncomment the following line if your sidecar needs to stay alive (ie. when your sidecar is *not* an initContainer)
#CMD ["tail", "-f", "/dev/null"]