Docker test 2
This commit is contained in:
parent
02acb9f4de
commit
bcb09ce4d6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:lts AS build
|
||||
FROM node:21.5 AS build
|
||||
WORKDIR /site
|
||||
COPY . .
|
||||
RUN npm i
|
||||
|
|
Loading…
Reference in a new issue