feat(ci): use custom image
All checks were successful
Deploy to SFTP Server / build (push) Successful in 21m57s

This commit is contained in:
max_richter 2024-04-06 17:29:57 +02:00
parent fe1c2cc218
commit 67d82f05f1

View File

@ -4,6 +4,7 @@ FROM node:21-alpine
RUN apk add --no-cache \
git \
git-lfs \
tar \
bash
# Install PNPM globally