Refine comments and default Docker image names
This commit is contained in:
parent
825b05f43e
commit
936743d8b5
@ -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/
|
||||
|
||||
@ -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/
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
ARG APP_IMAGE=ocelotsocialnetwork/neo4j:latest
|
||||
ARG APP_IMAGE=ocelotsocialnetwork/neo4j-community-branded:latest
|
||||
|
||||
##################################################################################
|
||||
# COMMUNITY ######################################################################
|
||||
|
||||
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user