Compare commits

...

2 commits
v1 ... main

Author SHA1 Message Date
eb4ba574c1
lol 2024-06-27 15:13:25 +02:00
befb0a1973
uff 2024-06-16 11:17:56 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
# Container image that runs your code
FROM alpine:edge
FROM alpine
RUN apk add --no-cache ca-certificates
# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh

0
entrypoint.sh Normal file → Executable file
View file