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" .
|