5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker build -t pybm-test -f packages/docker/Dockerfile.bionic .
|
|
docker run --rm pybm-test
|