feat: as docker mirror registry

feat: add global proxy config
upgrade: upgrade front(angular) to 19
chore: deployment staff
  1. Dockerfile: build frontend, backend, and run in nginx base image
This commit is contained in:
loveuer
2024-12-23 00:07:44 -08:00
parent aac6c67a5f
commit 6e866b83e4
57 changed files with 22226 additions and 7343 deletions

View File

@ -2,9 +2,11 @@ package model
import (
"encoding/json"
"io"
v1 "github.com/google/go-containerregistry/pkg/v1"
"github.com/samber/lo"
"io"
"nf-repo/internal/model/types"
)