3 lines
113 B
Bash
Executable file
3 lines
113 B
Bash
Executable file
#!/bin/sh
|
|
docker build --tag=mathematricks .
|
|
docker run -it -p 1337:1337 --rm --name=mathematricks mathematricks
|