trig
This commit is contained in:
parent
5b196c2ba2
commit
fb2e5ff8d1
|
@ -1,6 +1,7 @@
|
||||||
FROM node:bookworm AS build
|
FROM node:bookworm AS build
|
||||||
|
|
||||||
RUN node -v
|
RUN node -v
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue