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
|
WORKDIR /site
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm i
|
RUN npm i
|
||||||
|
|
Loading…
Reference in a new issue