Use node slim image
This commit is contained in:
parent
8ff02c628d
commit
893598249f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue