diff options
author | U-ES\sadeghi.f <thabogre@gmail.com> | 2020-11-15 14:56:49 +0000 |
---|---|---|
committer | U-ES\sadeghi.f <thabogre@gmail.com> | 2020-11-15 14:56:49 +0000 |
commit | ce04eac2bcf2bed97677e6601d7f8d9a7b0714dc (patch) | |
tree | c459682cd4a80f22678c4212b5d7516b140bd000 /nominatim/run.sh | |
parent | update (diff) | |
download | dockerimages-ce04eac2bcf2bed97677e6601d7f8d9a7b0714dc.tar.gz dockerimages-ce04eac2bcf2bed97677e6601d7f8d9a7b0714dc.zip |
update
Diffstat (limited to '')
-rwxr-xr-x | nominatim/run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nominatim/run.sh b/nominatim/run.sh new file mode 100755 index 0000000..6aae931 --- /dev/null +++ b/nominatim/run.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env sh +docker run -it --entrypoint bash $1 |