mirror of
https://github.com/Damillora/Rinze.git
synced 2024-11-23 12:17:33 +00:00
chore: update node
This commit is contained in:
parent
aa1e9bad14
commit
9e0e9a4f8c
@ -1,10 +1,10 @@
|
||||
FROM node:16-alpine
|
||||
FROM node:20-alpine
|
||||
# install dependencies
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
FROM node:16-alpine
|
||||
FROM node:20-alpine
|
||||
WORKDIR /app
|
||||
COPY --from=0 /app/build /app
|
||||
COPY --from=0 /app/package.json /app
|
||||
|
Loading…
Reference in New Issue
Block a user