moved all branding files in branding repository
@ -4,5 +4,5 @@
|
|||||||
FROM ocelotsocialnetwork/backend:latest as branded
|
FROM ocelotsocialnetwork/backend:latest as branded
|
||||||
|
|
||||||
# Copy public constants to the docker image branding it
|
# Copy public constants to the docker image branding it
|
||||||
COPY constants/links.js src/config/
|
COPY branding/constants/links.js src/config/
|
||||||
COPY constants/metadata.js src/config/
|
COPY branding/constants/metadata.js src/config/
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
@ -4,5 +4,5 @@
|
|||||||
FROM ocelotsocialnetwork/maintenance:latest as branded
|
FROM ocelotsocialnetwork/maintenance:latest as branded
|
||||||
|
|
||||||
# Copy public constants to the docker image branding it
|
# Copy public constants to the docker image branding it
|
||||||
COPY static/ static/
|
COPY branding/static/ static/
|
||||||
COPY constants/ constants/
|
COPY branding/constants/ constants/
|
||||||
|
|||||||
@ -4,5 +4,5 @@
|
|||||||
FROM ocelotsocialnetwork/webapp:latest as branded
|
FROM ocelotsocialnetwork/webapp:latest as branded
|
||||||
|
|
||||||
# Copy public constants to the docker image branding it
|
# Copy public constants to the docker image branding it
|
||||||
COPY static/ static/
|
COPY branding/static/ static/
|
||||||
COPY constants/ constants/
|
COPY branding/constants/ constants/
|
||||||
|
|||||||