copy from branding folder to backend public folder

provide default branding/public folder
This commit is contained in:
Ulf Gebhardt 2025-04-27 01:32:51 +02:00
parent ba0cc147e7
commit 787c68fbe4
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ ONBUILD COPY ./branding/constants/ src/config/tmp
ONBUILD RUN tools/replace-constants.sh
ONBUILD COPY ./branding/email/ src/middleware/helpers/email/
ONBUILD COPY ./branding/data/ src/db/data
ONBUILD COPY ./branding/public/ public/
ONBUILD RUN yarn install --production=false --frozen-lockfile --non-interactive
ONBUILD RUN yarn run build
ONBUILD RUN mkdir /build

View File