1
0
Fork 0

try node 18

This commit is contained in:
Hayden 2023-08-02 09:01:36 -05:00
parent 272cc5a370
commit 2e2eed143d
No known key found for this signature in database
GPG Key ID: 17CF79474E257545
1 changed files with 1 additions and 1 deletions

View File

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