home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 974576624

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/1522#issuecomment-974576624 https://api.github.com/repos/simonw/datasette/issues/1522 974576624 IC_kwDOBm6k_c46Ftvw 9599 2021-11-20T02:16:12Z 2021-11-20T02:16:12Z OWNER Again, that approach worked on my laptop but when deployed to Cloud Run mostly gave me 503 errors for the `/prefix/` page, with the occasional 200. I did this: ```Dockerfile RUN echo "#!/bin/bash" >> start.sh # Start Datasette running in background with & RUN echo "datasette /app/fixtures.db --setting base_url '/prefix/' --version-note '${DATASETTE_REF}' -h 0.0.0.0 -p 8001 &" >> /app/start.sh RUN echo "httpd -D FOREGROUND" >> /app/start.sh RUN chmod +x /app/start.sh CMD /app/start.sh ``` {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 1058896236  
Powered by Datasette · Queries took 0.84ms