line endings???

This commit is contained in:
Dakota Walsh 2025-07-08 14:26:57 +12:00
parent 27d977c34e
commit 43c3833f3f
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View file

@ -1,8 +1,8 @@
from alpine FROM alpine
RUN apk add --no-cache ca-certificates RUN apk add --no-cache ca-certificates
ADD *.sh / ADD *.sh /
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]
CMD ["--help"] CMD ["--help"]

View file

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/sh
set -e set -e
touch "$1" touch "$1"