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

This commit is contained in:
ІО-23 Шмуляр Олег 2026-03-18 18:03:15 +02:00
parent d2a8feab9d
commit f97b647463

View File

@ -1,5 +1,6 @@
FROM alpine:latest FROM alpine:latest
RUN apk add gcc RUN apk add gcc
WORKDIR /app
ENTRYPOINT ["/app/test.sh"] ENTRYPOINT ["/app/test.sh"]