mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2025-11-22 08:31:36 +00:00
Rework configuration process
Dynamically loads `config.json` on startup. Fixes #167, #284, #449, #486 Change-Id: I9efb1079c0c88e6e0272c5fda734a367aa8f84a3
This commit is contained in:
parent
ef3836313c
commit
4b1277f653
11 changed files with 254 additions and 46 deletions
|
|
@ -1,13 +1,12 @@
|
|||
# Builder
|
||||
FROM node:lts as builder
|
||||
LABEL org.opencontainers.image.url=https://github.com/Awesome-Technologies/synapse-admin org.opencontainers.image.source=https://github.com/Awesome-Technologies/synapse-admin
|
||||
ARG REACT_APP_SERVER
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
COPY . /src
|
||||
RUN yarn --network-timeout=300000 install --immutable
|
||||
RUN REACT_APP_SERVER=$REACT_APP_SERVER yarn build
|
||||
RUN yarn build
|
||||
|
||||
|
||||
# App
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue