mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-13 16:34:45 +00:00
10 lines
479 B
Docker
10 lines
479 B
Docker
##################################################################################
|
|
# BRANDED ########################################################################
|
|
##################################################################################
|
|
ARG APP_IMAGE=ocelotsocialnetwork/backend:latest
|
|
FROM $APP_IMAGE as branded
|
|
|
|
# Copy public constants to the docker image and branding it
|
|
COPY branding/constants/links.js src/config/
|
|
COPY branding/constants/metadata.js src/config/
|