mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-06 01:25:38 +00:00
fix broken maintenance translation
This commit is contained in:
parent
31e7be8ac9
commit
8082bb0188
@ -11,10 +11,17 @@ FROM $APP_IMAGE_CODE as code
|
|||||||
|
|
||||||
ARG CONFIGURATION=example
|
ARG CONFIGURATION=example
|
||||||
|
|
||||||
|
COPY src/tools/ tools/
|
||||||
|
|
||||||
# copy public constants into the Docker image to brand it
|
# copy public constants into the Docker image to brand it
|
||||||
COPY configurations/${CONFIGURATION}/branding/static/ static/
|
COPY configurations/${CONFIGURATION}/branding/static/ static/
|
||||||
COPY configurations/${CONFIGURATION}/branding/constants/ constants/
|
COPY configurations/${CONFIGURATION}/branding/constants/ constants/
|
||||||
COPY configurations/${CONFIGURATION}/branding/locales/ locales/
|
COPY configurations/${CONFIGURATION}/branding/locales/*.json locales/tmp/
|
||||||
|
# COPY configurations/${CONFIGURATION}/branding/locales/ locales/
|
||||||
|
|
||||||
|
RUN apk add --no-cache bash jq
|
||||||
|
|
||||||
|
RUN tools/merge-locales.sh
|
||||||
|
|
||||||
##################################################################################
|
##################################################################################
|
||||||
# BUILD ##########################################################################
|
# BUILD ##########################################################################
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user