Files
catherine-league/build.sh

2 lines
107 B
Bash

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