mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
copy all constants in backend, but removed links.ts since not working
This commit is contained in:
parent
2d9f8fbc12
commit
ce68e25594
@ -12,9 +12,9 @@ FROM $APP_IMAGE_CODE as code
|
||||
ARG CONFIGURATION=example
|
||||
|
||||
# copy public constants and email templates into the Docker image to brand it
|
||||
COPY configurations/${CONFIGURATION}/branding/constants/emails.ts src/config/
|
||||
COPY configurations/${CONFIGURATION}/branding/constants/logos.ts src/config/
|
||||
COPY configurations/${CONFIGURATION}/branding/constants/metadata.ts src/config/
|
||||
COPY configurations/${CONFIGURATION}/branding/constants/ src/config/
|
||||
# links.ts does only work in frontend, not backend
|
||||
RUN rm -Rf src/config/links.ts
|
||||
COPY configurations/${CONFIGURATION}/branding/email/ src/middleware/helpers/email/
|
||||
|
||||
##################################################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user