workflow: change temporary api port to 8080
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 6m50s

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-11-21 11:50:14 +07:00
parent 10aac6060b
commit 1c7729ab99

View File

@@ -22,7 +22,7 @@ jobs:
run: |
cd accounting-ng-nuttakit
# temporary change api url for development
sed -i 's@https://api.nuttakit.work@http://10.9.0.0:8001@g' src/environments/environment.ts
sed -i 's@https://api.nuttakit.work@http://10.9.0.0:8080@g' src/environments/environment.ts
ng build
- name: Build docker image
run: |