move the Dockerfile into a subdirectory to clean up.

This commit is contained in:
Jörn Guy Süß 2025-08-04 11:16:05 +10:00
parent 4c451962ae
commit 505e78404e
2 changed files with 7 additions and 0 deletions

7
docker/build-docker.sh Executable file
View File

@ -0,0 +1,7 @@
#!/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"