Skip to content
Snippets Groups Projects
Commit 3ef79257 authored by Benguria Elguezabal, Gorka's avatar Benguria Elguezabal, Gorka
Browse files

process od bus variable

parent 733de3ae
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,6 @@ RUN npm install
COPY . /app
RUN npm run build -- --prod --aot --base-href $BASE_HREF
FROM nginx
COPY docker-entrypoint.sh /docker-entrypoint.sh
COPY adapt-config-json.sh /adapt-config-json.sh
......@@ -34,5 +32,6 @@ ENV DASHBOARD_BASE_URL=http://localhost:4200 \
IDRA_BASE_URL=http://localhost:8080 \
DATALET_BASE_URL=http://localhost/deep/deep-components/creator.html \
TRAFFICSIMSERVER_API_BASE_URL=http://localhost:8081 \
DASHBOARD_CTRL_API_BASE_URL=http://localhost:8085
DASHBOARD_CTRL_API_BASE_URL=http://localhost:8085 \
BUS_OD_API_BASE_URL=http://localhost:8000/busesod
......@@ -17,3 +17,4 @@ sed -i -e "s|__IDRA_BASE_URL__|$IDRA_BASE_URL|g" $FILE
sed -i -e "s|__DATALET_BASE_URL__|$DATALET_BASE_URL|g" $FILE
sed -i -e "s|__TRAFFICSIMSERVER_API_BASE_URL__|$TRAFFICSIMSERVER_API_BASE_URL|g" $FILE
sed -i -e "s|__DASHBOARD_CTRL_API_BASE_URL__|$DASHBOARD_CTRL_API_BASE_URL|g" $FILE
sed -i -e "s|__BUS_OD_API_BASE_URL__|$BUS_OD_API_BASE_URL|g" $FILE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment