6 lines
157 B
Bash
6 lines
157 B
Bash
# Build or update container image
|
|
docker built -t cohabit_server_config_test .
|
|
|
|
# Run image in bash mode
|
|
docker run --rm -it cohabit_server_config_test bash
|