missed entrypoint command in Dockerfile
This commit is contained in:
@@ -4,3 +4,5 @@ RUN apk --update --no-cache add yq
|
|||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod a+x /entrypoint.sh
|
RUN chmod a+x /entrypoint.sh
|
||||||
|
|
||||||
|
CMD /entrypoint.sh
|
||||||
|
Reference in New Issue
Block a user