diff --git a/backend.Dockerfile b/backend.Dockerfile new file mode 100644 index 0000000..c2e41e4 --- /dev/null +++ b/backend.Dockerfile @@ -0,0 +1,8 @@ +################################################################################## +# BRANDED ######################################################################## +################################################################################## +FROM ocelotsocialnetwork/backend:latest as branded + +# Copy public constants to the docker image branding it +COPY constants/links.js src/config/ +COPY constants/metadata.js src/config/ diff --git a/webapp.Dockerfile b/webapp.Dockerfile new file mode 100644 index 0000000..d87412a --- /dev/null +++ b/webapp.Dockerfile @@ -0,0 +1,8 @@ +################################################################################## +# BRANDED ######################################################################## +################################################################################## +FROM ocelotsocialnetwork/webapp:latest as branded + +# Copy public constants to the docker image branding it +COPY static/ static/ +COPY constants/ constants/