This commit is contained in:
parent
a927c5c8d9
commit
32969f0953
7 changed files with 45 additions and 4 deletions
|
|
@ -3,6 +3,7 @@ FROM node:22-alpine AS build
|
|||
WORKDIR /app
|
||||
COPY package.json ./
|
||||
COPY scripts ./scripts
|
||||
COPY webfonts ./webfonts
|
||||
RUN npm run build
|
||||
|
||||
FROM nginx:1.27-alpine AS runtime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue