rotgen/docker-here.sh
Jules Pénuchot 991967761d Added Ubuntu 24.04 tests
Co-authored-by: Jules Pénuchot <jules@penuchot.com>

See merge request oss/rotgen!33
2025-10-06 17:03:54 +02:00

8 lines
171 B
Bash
Executable file

#!/bin/bash
# Helper script to facilitate debugging in a Dockerized environment
docker container run \
-v $(pwd):$(pwd) -w $(pwd) -i -t \
ubuntu:24.04 \
/bin/bash