Add build.sh

This commit is contained in:
colin 2024-07-03 18:08:17 +00:00
parent d3c7f7aeba
commit 59f40bf14d
1 changed files with 7 additions and 0 deletions

7
build.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
# Build the Docker image
docker build -t simple-tracking .
# Run the Docker container
docker run -d -p 8080:80 --name simple-tracking simple-tracking