mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
9 lines
450 B
Docker
9 lines
450 B
Docker
##################################################################################
|
|
# BRANDED ########################################################################
|
|
##################################################################################
|
|
FROM ocelotsocialnetwork/backend:latest as branded
|
|
|
|
# Copy public constants to the docker image branding it
|
|
COPY branding/constants/links.js src/config/
|
|
COPY branding/constants/metadata.js src/config/
|