mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
3 lines
121 B
Bash
Executable File
3 lines
121 B
Bash
Executable File
#!/bin/sh
|
|
docker run --rm --user `id -u`:`id -g` -v `pwd`/../../../..:/firebird -t asfernandes/firebird-builder:x86_64-5
|