mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-20 08:51:26 +08:00
Update Dockerfile
This commit is contained in:
parent
0a1d7ac72a
commit
837b8cfed4
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
FROM node:18-alpine as build
|
||||
FROM node:23-alpine AS build
|
||||
|
||||
WORKDIR /usr/local/app
|
||||
COPY ./ /usr/local/app/
|
||||
RUN apk update && apk add git
|
||||
RUN npm install --save-dev
|
||||
RUN npm run build
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue