We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfeee1 commit 082e887Copy full SHA for 082e887
.github/workflows/CD-time-tracker-ui.yml
@@ -46,7 +46,7 @@ jobs:
46
source .env
47
set +a
48
npm install
49
- npm run build --prod --if-present
+ npm run build-legacy --if-present
50
cp scripts/default-static-site.js ${BUILD_PATH}
51
52
- name: 'Deploy to Azure Web App'
docker-compose.yml
@@ -10,7 +10,6 @@ services:
10
- 4200:4200
11
- 9876:9876
12
environment:
13
- API_URL: ${API_URL}
14
AUTHORITY: ${AUTHORITY}
15
API_URL: ${API_URL}
16
CLIENT_ID: ${CLIENT_ID}
@@ -41,7 +40,6 @@ services:
41
40
CHROME_BIN: /opt/google/chrome/google-chrome
42
43
44
45
CLIENT_URL: ${CLIENT_URL}
SCOPES: ${SCOPES}
0 commit comments