fix dockerfile

This commit is contained in:
Lio 2024-07-18 23:04:32 +02:00
parent 7832561210
commit a86fbff587

View file

@ -1,4 +1,4 @@
FROM node:20-slim AS base
FROM node:lts AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable