1
Some checks failed
/ build-images (push) Failing after 2s
/ run-tests (push) Has been skipped

This commit is contained in:
2026-03-18 17:47:24 +02:00
parent bbe03f6360
commit 7c41e9ab2b
2 changed files with 15 additions and 8 deletions

View File

@@ -1,12 +1,8 @@
FROM alpine:latest
RUN apk add gcc
RUN mkdir /app
COPY *.c /app/
COPY test.sh /
RUN chmod +x "test.sh"
WORKDIR /app
ENTRYPOINT ["/test.sh"]
ENTRYPOINT ["test.sh"]