Set docker image default port also to 8000

So that rest-server can be started as non-root user.  You can choose
which port to expose, anyway.
This commit is contained in:
Zlatko Čalušić
2017-10-19 00:16:54 +02:00
parent 132232db69
commit a20136a8da
3 changed files with 3 additions and 3 deletions

View File

@@ -16,4 +16,4 @@ else
rm -f "$PASSWORD_FILE"
fi
exec rest-server --listen ":80" $OPTIONS --path "$DATA_DIRECTORY"
exec rest-server --path "$DATA_DIRECTORY" $OPTIONS