Hello alpine-nodejs-minio
on-push / build (push) Failing after 27s

This commit is contained in:
2026-07-18 10:45:13 +02:00
committed by RYAN
commit 39a99a9783
3 changed files with 82 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
FROM alpine:latest
LABEL maintainer="Per Ryan Edin <ryan@helloryan.se>"
RUN apk update
RUN apk add minio-client nodejs git
RUN npm i -g yarn
WORKDIR /work