diff options
Diffstat (limited to 'scripts/docker.sh')
| -rwxr-xr-x | scripts/docker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/docker.sh b/scripts/docker.sh index 05e4c88..8eb3c20 100755 --- a/scripts/docker.sh +++ b/scripts/docker.sh @@ -3,4 +3,4 @@ set -e docker build -t xena/site . -docker run --rm -itp 5000:5000 -e PORT=5000 xena/site +exec docker run --rm -itp 5000:5000 -e PORT=5000 xena/site |
