mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Update webapp.Dockerfile
This commit is contained in:
parent
f8adbe9f6f
commit
34b22936f3
@ -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