9 lines
427 B
Docker
9 lines
427 B
Docker
##################################################################################
|
|
# BRANDED ########################################################################
|
|
##################################################################################
|
|
FROM ocelotsocialnetwork/maintenance:latest as branded
|
|
|
|
# Copy public constants to the docker image branding it
|
|
COPY branding/static/ static/
|
|
COPY branding/constants/ constants/
|