mirror of
https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit.git
synced 2025-09-17 18:35:02 +00:00
7 lines
218 B
Bash
Executable File
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" |