dd66a15e02
- Simplify tagging. - Test removal of old container.
6 lines
103 B
Bash
Executable File
6 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Build and tag images
|
|
docker rmi redfish-simulator
|
|
docker build -t "redfish-simulator" .
|