fix: add ARG and ENV to Dockerfile for build args, fix typo in .env.staging

This commit is contained in:
mono
2026-03-15 22:53:42 -05:00
parent 95a9a5cb1f
commit fa0bf07ad2
5 changed files with 12 additions and 3 deletions

View File

@@ -7,7 +7,6 @@ PROJECT_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
GITEA_REGISTRY="gitea.onecluster.org"
GITEA_USER="mono"
IMAGE_NAME="don_confiao_frontend"
usage() {
echo "Usage: $0 <staging|production> [commit_sha]"