aaron-official's picture
Add all project files and updates
fc8bf44
raw
history blame contribute delete
163 Bytes
#!/bin/bash
# Build and run the app in Docker
docker build -t image-processing-suite .
docker run -d -p 7860:7860 --env-file ./config/.env image-processing-suite