7
Some checks failed
Deploy Website / deploy (push) Failing after 34s

This commit is contained in:
Lee 2024-10-04 21:11:55 +01:00
parent 78584c0ce8
commit e4d00c890a

@ -1,4 +1,4 @@
FROM node:20-alpine3.17
FROM node:20-alpine3.17 AS base
# Install pnpm
RUN npm install -g pnpm