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