1
/ build-images (push) Successful in 8s
/ run-tests (push) Successful in 6s

This commit is contained in:
2026-03-18 17:58:21 +02:00
parent 172c618c0e
commit 69ff416792
-3
View File
@@ -2,7 +2,4 @@ FROM alpine:latest
RUN apk add gcc
RUN mkdir /app
WORKDIR /app
ENTRYPOINT ["ls", "-lh", "/app"]