Fix comments
This commit is contained in:
parent
d478a5af7e
commit
825b05f43e
@ -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/
|
||||
|
||||
@ -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/
|
||||
|
||||
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user