wir.social/docker/webapp.Dockerfile
2021-05-14 20:37:49 +02:00

10 lines
457 B
Docker

##################################################################################
# BRANDED ########################################################################
##################################################################################
ARG APP_IMAGE=ocelotsocialnetwork/webapp-branded:latest
FROM $APP_IMAGE as branded
# copy public constants into the Docker image to brand it
COPY branding/static/ static/
COPY branding/constants/ constants/