mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
11 lines
522 B
Docker
11 lines
522 B
Docker
##################################################################################
|
|
# BRANDED ########################################################################
|
|
##################################################################################
|
|
ARG APP_IMAGE=ocelotsocialnetwork/backend:latest
|
|
FROM $APP_IMAGE as branded
|
|
|
|
# copy public constants into the Docker image to brand it
|
|
COPY branding/constants/links.js src/config/
|
|
COPY branding/constants/logos.js src/config/
|
|
COPY branding/constants/metadata.js src/config/
|