Ocelot-Social/docker/backend.Dockerfile
Wolfgang Huß 9d370c1921 Adjust to new logo structure
- Rename logo 'logo-horizontal--dummy' to dummy to get small caps in the next step.
2021-05-19 11:07:07 +02:00

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/