File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ COPY . /app
1111RUN npm cache clean --force && npm install
1212EXPOSE 4200
1313EXPOSE 9876
14- RUN source .stage.env && npm run build
14+ RUN source .stage.env && npm run build
1515# >> scrt &&
1616#
1717
Original file line number Diff line number Diff line change 157157 },
158158 "repositoryUrl" : " https://github.com/ioet/time-tracker-ui.git"
159159 }
160- }
160+ }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const environment = {
88
99export const AUTHORITY = process . env [ "AUTHORITY" ] ;
1010export const CLIENT_ID = process . env [ "CLIENT_ID" ] ;
11- export const CLIENT_URL = process . env [ "CLIENT_URL" ] ;
11+ export const CLIENT_URL = process . env [ "CLIENT_URL" ] . replace ( / [ \n \r ] / g , '' ) ;
1212export const SCOPES = process . env [ "SCOPES" ] . split ( "," ) ;
1313export const ITEMS_PER_PAGE = 5 ;
1414export const STACK_EXCHANGE_ID = process . env [ "STACK_EXCHANGE_ID" ] ;
You can’t perform that action at this time.
0 commit comments