Refine comments and default Docker image names

This commit is contained in:
Wolfgang Huß 2021-05-14 20:37:49 +02:00
parent 825b05f43e
commit 936743d8b5
4 changed files with 7 additions and 7 deletions

View File

@ -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/

View File

@ -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/

View File

@ -1,4 +1,4 @@
ARG APP_IMAGE=ocelotsocialnetwork/neo4j:latest
ARG APP_IMAGE=ocelotsocialnetwork/neo4j-community-branded:latest
##################################################################################
# COMMUNITY ######################################################################

View File

@ -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/