forked from baron/baron-sso
port 통일
This commit is contained in:
@@ -87,7 +87,9 @@ jobs:
|
||||
sbom: false
|
||||
|
||||
- name: Temporarily update frontend nginx port
|
||||
run: sed -i 's/listen 5000;/listen 80;/g' frontend/nginx.conf
|
||||
run: |
|
||||
sed -i 's/listen 5000;/listen 80;/g' frontend/nginx.conf
|
||||
sed -i 's/proxy_pass http:\/\/baron_backend:3000;/proxy_pass http:\/\/baron_backend:3010;/g' frontend/nginx.conf
|
||||
|
||||
- name: Build and push frontend RC image
|
||||
uses: docker/build-push-action@v5
|
||||
|
||||
Reference in New Issue
Block a user