6 lines
94 B
Bash
6 lines
94 B
Bash
#!/bin/bash
|
|
|
|
docker build -t medreport-b2b:latest .
|
|
|
|
# Get size of built image and display it
|