no cmd
parent
3d2f3a92a5
commit
80d07b2cba
|
|
@ -5,3 +5,4 @@ RUN apk update && apk --no-cache add bash curl git
|
||||||
COPY ./entrypoint.sh /bin/entrypoint.sh
|
COPY ./entrypoint.sh /bin/entrypoint.sh
|
||||||
RUN chmod +x /bin/entrypoint.sh
|
RUN chmod +x /bin/entrypoint.sh
|
||||||
ENTRYPOINT ["/bin/entrypoint.sh"]
|
ENTRYPOINT ["/bin/entrypoint.sh"]
|
||||||
|
CMD []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue