Fix comments

This commit is contained in:
Wolfgang Huß 2021-05-14 13:12:53 +02:00
parent d478a5af7e
commit 825b05f43e
3 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,6 @@
ARG APP_IMAGE=ocelotsocialnetwork/backend:latest
FROM $APP_IMAGE as branded
# Copy public constants to the docker image and branding it
# Copy public constants to the docker image and brand it
COPY branding/constants/links.js src/config/
COPY branding/constants/metadata.js src/config/

View File

@ -4,6 +4,6 @@
ARG APP_IMAGE=ocelotsocialnetwork/maintenance:latest
FROM $APP_IMAGE as branded
# Copy public constants to the docker image and branding it
# Copy public constants to the docker image and brand it
COPY branding/static/ static/
COPY branding/constants/ constants/

View File

@ -4,6 +4,6 @@
ARG APP_IMAGE=ocelotsocialnetwork/webapp:latest
FROM $APP_IMAGE as branded
# Copy public constants to the docker image and branding it
# Copy public constants to the docker image and brand it
COPY branding/static/ static/
COPY branding/constants/ constants/