mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
3 lines
205 B
Bash
3 lines
205 B
Bash
#!/bin/bash
|
|
|
|
docker build --build-arg SENTRY_AUTH_TOKEN=$SENTRY_AUTH_TOKEN --build-arg NEXT_PUBLIC_SENTRY_DSN=$NEXT_PUBLIC_SENTRY_DSN --build-arg SENTRY_DSN=$SENTRY_DSN -f $DOCKERFILE_PATH -t $IMAGE_NAME . |