1
Some checks failed
/ build-images (push) Successful in 6s
/ run-tests (push) Failing after 4s

This commit is contained in:
ІО-23 Шмуляр Олег 2026-03-18 17:53:23 +02:00
parent b2e4ffdf59
commit b76003c26f

View File

@ -5,4 +5,4 @@ RUN apk add gcc
RUN mkdir /app
WORKDIR /app
ENTRYPOINT ["test.sh"]
ENTRYPOINT ["./test.sh"]