'publish now' uses force_https_urls:on - closes #333

This commit is contained in:
Simon Willison 2018-07-23 18:51:43 -07:00
commit b320f58d13
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52
2 changed files with 7 additions and 1 deletions

View file

@ -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(