mirror of
https://github.com/craigerl/aprsd.git
synced 2025-09-16 13:37:58 -04:00
5 lines
133 B
Bash
Executable File
5 lines
133 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Use this script to locally build the docker image
|
|
docker build --no-cache -t hemna6969/aprsd:latest -f ./Dockerfile .
|