Compare commits

..

2 commits
v1 ... main

Author SHA1 Message Date
6cd41d5da9 add exec 2024-05-09 21:07:22 -04:00
238e2b5a46 updated 2024-05-09 21:03:35 -04:00
2 changed files with 1 additions and 3 deletions

View file

@ -1,9 +1,7 @@
# Container image that runs your code
FROM alpine:3.10
FROM alpine:3.18
# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
# Code file to execute when the docker container starts up (`entrypoint.sh`)
ENTRYPOINT ["/entrypoint.sh"]

0
entrypoint.sh Normal file → Executable file
View file