fixed dockerfile.prod bug
This commit is contained in:
parent
b7013500e4
commit
e09da2f6ea
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -118,4 +118,4 @@ RUN sudo chmod 775 /app/edge_proxy
|
|||
|
||||
USER dev
|
||||
|
||||
CMD ["/app/edge-proxy"]
|
||||
CMD ["/app/edge_proxy"]
|
||||
Loading…
Reference in New Issue