diff --git a/docker/backend.Dockerfile b/docker/backend.Dockerfile index 0021950..ef39c14 100644 --- a/docker/backend.Dockerfile +++ b/docker/backend.Dockerfile @@ -1,9 +1,9 @@ ################################################################################## # BRANDED ######################################################################## ################################################################################## -ARG APP_IMAGE=ocelotsocialnetwork/backend:latest +ARG APP_IMAGE=ocelotsocialnetwork/backend-branded:latest FROM $APP_IMAGE as branded -# Copy public constants to the docker image and brand it +# copy public constants into the Docker image to brand it COPY branding/constants/links.js src/config/ COPY branding/constants/metadata.js src/config/ diff --git a/docker/maintenance.Dockerfile b/docker/maintenance.Dockerfile index 29ea4fd..0f273b0 100644 --- a/docker/maintenance.Dockerfile +++ b/docker/maintenance.Dockerfile @@ -1,9 +1,9 @@ ################################################################################## # BRANDED ######################################################################## ################################################################################## -ARG APP_IMAGE=ocelotsocialnetwork/maintenance:latest +ARG APP_IMAGE=ocelotsocialnetwork/maintenance-branded:latest FROM $APP_IMAGE as branded -# Copy public constants to the docker image and brand it +# copy public constants into the Docker image to brand it COPY branding/static/ static/ COPY branding/constants/ constants/ diff --git a/docker/neo4j.Dockerfile b/docker/neo4j.Dockerfile index dff5209..2220b6b 100644 --- a/docker/neo4j.Dockerfile +++ b/docker/neo4j.Dockerfile @@ -1,4 +1,4 @@ -ARG APP_IMAGE=ocelotsocialnetwork/neo4j:latest +ARG APP_IMAGE=ocelotsocialnetwork/neo4j-community-branded:latest ################################################################################## # COMMUNITY ###################################################################### diff --git a/docker/webapp.Dockerfile b/docker/webapp.Dockerfile index fef4796..c530a1f 100644 --- a/docker/webapp.Dockerfile +++ b/docker/webapp.Dockerfile @@ -1,9 +1,9 @@ ################################################################################## # BRANDED ######################################################################## ################################################################################## -ARG APP_IMAGE=ocelotsocialnetwork/webapp:latest +ARG APP_IMAGE=ocelotsocialnetwork/webapp-branded:latest FROM $APP_IMAGE as branded -# Copy public constants to the docker image and brand it +# copy public constants into the Docker image to brand it COPY branding/static/ static/ COPY branding/constants/ constants/