Files
alpine-autodeploy/Dockerfile
ebner 63e385404b
All checks were successful
Build and Publish Docker Image / docker (push) Successful in 7s
initial commit
2025-12-16 15:42:06 +01:00

6 lines
83 B
Docker

FROM alpine:latest
RUN apk --no-cache add git nodejs
RUN rm -rf /var/cache/apk/*