--port argument for datasette package, plus tests - closes #661

From pull request #663
This commit is contained in:
Simon Willison 2020-01-29 14:46:43 -08:00 committed by GitHub
commit 67fc9c5720
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 71 additions and 2 deletions

View file

@ -152,6 +152,10 @@ You can now run the resulting container like so::
This exposes port 8001 inside the container as port 8081 on your host machine, so you can access the application at ``http://localhost:8081/``
You can customize the port that is exposed by the countainer using the ``--port`` option:
datasette package mydatabase.db --port 8080
A full list of options can be seen by running ``datasette package --help``:
.. literalinclude:: datasette-package-help.txt