mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix: import missing files in maintenance image
@ogerly the maintenance page needs just two components of the webapp folder. For that reason we import only these. If you add imports to `LocaleSwitch` component, you need to copy those files in the Dockerfile.
This commit is contained in:
parent
a38731fcae
commit
9d522353cc
@ -1,5 +1,5 @@
|
|||||||
FROM node:12.13.0-alpine as build
|
FROM node:12.13.0-alpine as build
|
||||||
LABEL Description="Web Frontend of the Social Network Human-Connection.org" Vendor="Human-Connection gGmbH" Version="0.0.1" Maintainer="Human-Connection gGmbH (developer@human-connection.org)"
|
LABEL Description="Maintenance page of the Social Network Human-Connection.org" Vendor="Human-Connection gGmbH" Version="0.0.1" Maintainer="Human-Connection gGmbH (developer@human-connection.org)"
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
CMD ["yarn", "run", "start"]
|
CMD ["yarn", "run", "start"]
|
||||||
@ -19,6 +19,7 @@ RUN yarn install --production=false --frozen-lockfile --non-interactive
|
|||||||
|
|
||||||
COPY assets assets
|
COPY assets assets
|
||||||
COPY components/LocaleSwitch/ components/LocaleSwitch
|
COPY components/LocaleSwitch/ components/LocaleSwitch
|
||||||
|
COPY graphql graphql
|
||||||
COPY components/Dropdown.vue components/Dropdown.vue
|
COPY components/Dropdown.vue components/Dropdown.vue
|
||||||
COPY layouts/blank.vue layouts/blank.vue
|
COPY layouts/blank.vue layouts/blank.vue
|
||||||
COPY locales locales
|
COPY locales locales
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user