Include homepage content index in Docker build
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
This commit is contained in:
parent
9074e1884b
commit
85b6baa5cb
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ FROM node:22-alpine AS build
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
|
COPY content ./content
|
||||||
COPY scripts ./scripts
|
COPY scripts ./scripts
|
||||||
COPY webfonts ./webfonts
|
COPY webfonts ./webfonts
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue