Use node slim image

This commit is contained in:
Jade Ellis 2024-07-25 00:17:52 +01:00
parent 8ff02c628d
commit 893598249f
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -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