Roll back updating the appconfig
This commit is contained in:
Родитель
c96ad561f3
Коммит
45f42bdcd8
|
@ -7,4 +7,6 @@ RUN yarn run ng build --configuration production
|
|||
# stage 2
|
||||
FROM nginx
|
||||
COPY --from=node /app/dist /usr/share/nginx/html
|
||||
# This is a workaround to avoid updating the file outside the container.
|
||||
RUN sed -i "s/https/http/g" /usr/share/nginx/html/assets/appconfig.production.json
|
||||
COPY fast-nginx-default.conf /etc/nginx/conf.d/default.conf
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"remoteServiceBaseUrl": "http://localhost:9902",
|
||||
"remoteServiceBaseUrl": "https://localhost:44311",
|
||||
"appBaseUrl": "http://localhost:4200",
|
||||
"localeMappings": [
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче