mistral/build-docker.sh
Arnaud M 688c4e5743 Add Dockerfile
For local builds, for testing / debug, it could be useful to have a
docker image.
Let's introduce that here

Change-Id: I5c8438b4d144faa0135933826c3eb55a722272b3
Signed-off-by: Arnaud M <arnaud.morin@gmail.com>
2025-03-17 19:14:13 +01:00

4 lines
88 B
Bash
Executable File

#!/bin/bash
sudo docker build -t openstack-mistral:latest -f tools/docker/Dockerfile .