diff --git a/docker/backend.Dockerfile b/docker/backend.Dockerfile index 9b68fb8..0021950 100644 --- a/docker/backend.Dockerfile +++ b/docker/backend.Dockerfile @@ -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/ diff --git a/docker/maintenance.Dockerfile b/docker/maintenance.Dockerfile index 8b05fe7..29ea4fd 100644 --- a/docker/maintenance.Dockerfile +++ b/docker/maintenance.Dockerfile @@ -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/ diff --git a/docker/webapp.Dockerfile b/docker/webapp.Dockerfile index bfdb899..fef4796 100644 --- a/docker/webapp.Dockerfile +++ b/docker/webapp.Dockerfile @@ -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/