2 lines
93 B
Bash
Executable File
2 lines
93 B
Bash
Executable File
docker build -t web_neonify .
|
|
docker run --name=web_neonify --rm -p1337:1337 -it web_neonify |