mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
7d81083d40
commit
65e350ca2a
3 changed files with 42 additions and 7 deletions
|
|
@ -1,7 +0,0 @@
|
|||
FROM python:3
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN pip install .
|
||||
RUN datasite build
|
||||
EXPOSE 8006
|
||||
CMD ["datasite", "serve", "--port", "8006"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue