Renovate Bot
c36032412c
All checks were successful
continuous-integration/drone/push Build is passing
4 lines
No EOL
97 B
Docker
4 lines
No EOL
97 B
Docker
FROM alpine:3.17.3
|
|
RUN apk add --no-cache curl
|
|
ADD script.sh /script.sh
|
|
ENTRYPOINT ["/script.sh"] |