Danny Bessems
6d4e141be3
All checks were successful
continuous-integration/drone/push Build is passing
9 lines
283 B
Docker
9 lines
283 B
Docker
FROM alpine/git:1.0.7
|
|
|
|
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"] |