pockethost/attic/build.sh
2022-09-18 20:15:57 -07:00

6 lines
161 B
Bash
Executable File

#!/bin/bash
docker container rm -f pockethost
docker image rm -f pockethost
docker build -f $1 -t pockethost .
docker run --name pockethost -p 80:80 pockethost