mirror of
https://github.com/pockethost/pockethost.git
synced 2025-05-11 18:29:54 +00:00
6 lines
161 B
Bash
Executable File
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 |