4 lines
106 B
Bash
Executable File
4 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker build --tag=web-cdnio . && \
|
|
docker run -p 1337:1337 --rm --name=web-cdnio -it web-cdnio |