Implemented 'datasette publish one.db two.db' command

Closes #26
This commit is contained in:
Simon Willison 2017-11-10 23:25:22 -08:00
commit 65e350ca2a
3 changed files with 42 additions and 7 deletions

View file

@ -1,7 +0,0 @@
FROM python:3
COPY . /app
WORKDIR /app
RUN pip install .
RUN datasite build
EXPOSE 8006
CMD ["datasite", "serve", "--port", "8006"]