mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-17 10:21:31 +00:00
9 lines
432 B
Docker
9 lines
432 B
Docker
##################################################################################
|
|
# BRANDED ########################################################################
|
|
##################################################################################
|
|
FROM ocelotsocialnetwork/backend:latest as branded
|
|
|
|
# Copy public constants to the docker image branding it
|
|
COPY constants/links.js src/config/
|
|
COPY constants/metadata.js src/config/
|