2 Commits

Author SHA1 Message Date
6ee6b2b268 Merge branch 'master' of https://git.fascinated.cc/Fascinated/scoresaber-reloadedv3
All checks were successful
Deploy SSR / deploy (push) Successful in 1m54s
2024-09-12 13:05:13 +01:00
c80240a362 use the newer image 2024-09-12 13:05:07 +01:00

View File

@ -1,4 +1,4 @@
FROM fascinated/docker-images:node-pnpm-latest AS base
FROM fascinated/docker-images:nodejs_20_with_pnpm AS base
# Install depends
FROM base AS deps