mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #25 from Yunite-Net/copy-fonts-from-assets
feat(webapp): copy fonts from assets
This commit is contained in:
commit
f98045143d
@ -17,6 +17,7 @@ COPY branding/locales/html/ locales/html/
|
||||
# COPY branding/locales/index.js locales/index.js
|
||||
COPY branding/locales/*.json locales/tmp/
|
||||
COPY branding/assets/styles/imports/ assets/styles/imports/
|
||||
COPY branding/assets/fonts/ assets/fonts/
|
||||
|
||||
RUN apk add --no-cache bash jq
|
||||
|
||||
@ -50,6 +51,7 @@ COPY --from=build ${DOCKER_WORKDIR}/constants ./constants
|
||||
COPY --from=build ${DOCKER_WORKDIR}/static ./static
|
||||
COPY --from=build ${DOCKER_WORKDIR}/locales ./locales
|
||||
COPY --from=build ${DOCKER_WORKDIR}/assets/styles/imports ./assets/styles/imports
|
||||
COPY --from=build ${DOCKER_WORKDIR}/assets/fonts ./assets/fonts
|
||||
# Copy package.json for script definitions (lock file should not be needed)
|
||||
COPY --from=build ${DOCKER_WORKDIR}/package.json ./package.json
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user