mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-13 08:24:48 +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/
|