mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
Use node slim image
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# build the sapper app
|
||||
FROM node:alpine AS base
|
||||
FROM node:slim AS base
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
RUN corepack enable
|
||||
|
||||
Reference in New Issue
Block a user