mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-27 07:41:48 +01:00
Update dockerfile to use Node 20
This commit is contained in:
parent
bb7f19fbae
commit
ff8661a644
@ -1,4 +1,4 @@
|
|||||||
FROM node:16.15-alpine as build
|
FROM node:20-alpine as build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
ENV PNPM_HOME="/pnpm"
|
ENV PNPM_HOME="/pnpm"
|
||||||
ENV PATH="$PNPM_HOME:$PATH"
|
ENV PATH="$PNPM_HOME:$PATH"
|
||||||
|
Loading…
Reference in New Issue
Block a user