mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
'publish now' uses force_https_urls:on - closes #333
This commit is contained in:
parent
f24b49a1a8
commit
b320f58d13
2 changed files with 7 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ FROM python:3.6
|
|||
COPY . /app
|
||||
WORKDIR /app
|
||||
{spatialite_extras}
|
||||
RUN pip install {install_from}
|
||||
RUN pip install -U {install_from}
|
||||
RUN datasette inspect {files} --inspect-file inspect-data.json
|
||||
EXPOSE 8001
|
||||
CMD [{cmd}]'''.format(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue