4 lines
73 B
Bash
4 lines
73 B
Bash
#!/bin/sh
|
|
|
|
docker build -t letsmeet .
|
|
docker run -d -p 8080:8080 letsmeet |