4 lines
98 B
Bash
4 lines
98 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
docker run -it -v `pwd`:/srv carto/${1:-nodejs10-xenial-pg101:postgis-2.4.4.5} bash
|