Files
catherine-league/build.sh
2026-03-31 16:09:03 +09:00

2 lines
107 B
Bash

APP_VERSION=1.0.1
docker buildx build --platform linux/arm64 -f nextjs/Dockerfile -t cfc-web:$APP_VERSION .