mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +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 |