This commit is contained in:
@@ -3,5 +3,5 @@ FROM gitea.konchin.com/image/alpine:latest
|
||||
RUN apk --no-cache add --no-check-certificate yamllint
|
||||
ADD entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/usr/bin/env"]
|
||||
CMD ["sh", "/entrypoint.sh"]
|
||||
ENTRYPOINT ["/usr/bin/sh"]
|
||||
CMD ["/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user