5 lines
172 B
Bash
5 lines
172 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
docker build -t pg_libphonenumber_test -f docker/Dockerfile .
|
||
|
docker run -it --rm --mount type=tmpfs,destination=/var/lib/postgresql/data pg_libphonenumber_test
|