Rewrite environment variable configurations

This commit is contained in:
viktorstrate
2020-04-06 22:16:25 +02:00
parent 48520a7d2d
commit b4676af3c1
13 changed files with 156 additions and 75 deletions

View File

@@ -1,8 +1,8 @@
# Build UI
FROM node:10 as ui
ARG GRAPHQL_ENDPOINT
ENV GRAPHQL_ENDPOINT=${GRAPHQL_ENDPOINT}
ARG API_ENDPOINT
ENV API_ENDPOINT=${API_ENDPOINT}
RUN mkdir -p /app
WORKDIR /app