fixed dockerfile.prod bug

This commit is contained in:
GuanYuankai 2025-11-11 13:14:51 +08:00
parent b7013500e4
commit e09da2f6ea
2 changed files with 1 additions and 4 deletions

View File

@ -10,9 +10,6 @@ jobs:
runs-on: arm64
steps:
- name: Checkout Repository
uses: ./.gitea/actions/checkout-v3
- name: Login to Gitea Container Registry
run: |
echo ${{ secrets.cicd }} | docker login http://192.168.0.75:3000 -u ${{ gitea.actor }} --password-stdin

View File

@ -118,4 +118,4 @@ RUN sudo chmod 775 /app/edge_proxy
USER dev
CMD ["/app/edge-proxy"]
CMD ["/app/edge_proxy"]