FHIRFLARE-IG-Toolkit/docker/build-docker.sh
2025-08-04 11:16:05 +10:00

7 lines
218 B
Bash
Executable File

#!/bin/bash
# Build FHIRFLARE-IG-Toolkit Docker image
# Build the image using the Dockerfile in the docker directory
docker build -f Dockerfile -t fhirflare-ig-toolkit:latest ..
echo "Docker image built successfully"