diff --git a/Dockerfile b/Dockerfile index 8734c66..743a439 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Build Nuxt -FROM node:17-alpine as frontend-builder +FROM node:18-alpine as frontend-builder WORKDIR /app RUN npm install -g pnpm COPY frontend/package.json frontend/pnpm-lock.yaml ./