mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
duplicate files to two folders, due to "historic reasons"
This commit is contained in:
parent
ce68e25594
commit
16a7a1ec5f
@ -13,8 +13,9 @@ ARG CONFIGURATION=example
|
||||
|
||||
# copy public constants and email templates into the Docker image to brand it
|
||||
COPY configurations/${CONFIGURATION}/branding/constants/ src/config/
|
||||
COPY configurations/${CONFIGURATION}/branding/constants/ src/constants/
|
||||
# links.ts does only work in frontend, not backend
|
||||
RUN rm -Rf src/config/links.ts
|
||||
RUN rm -Rf src/config/links.ts src/constants/links.ts
|
||||
COPY configurations/${CONFIGURATION}/branding/email/ src/middleware/helpers/email/
|
||||
|
||||
##################################################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user