# Exercise 13 — Multi-stage Build

# Build
podman build -t hello:latest .

# Run
podman run --rm hello:latest

# Inspect image size
podman images hello:latest
