right now if you just follow the instructions, the proxy service will fail because its healthcheck will 404 since there is nothing checked in to data/. Should we just force checkin data/proxy/site/index.html? That will mess up git I think (since we gitignore that whole directory and want people to be able to edit that file without it showing up in git status or whatever). So maybe we just have it in a custom entrypoint.
right now if you just follow the instructions, the proxy service will fail because its healthcheck will 404 since there is nothing checked in to `data/`. Should we just force checkin `data/proxy/site/index.html`? That will mess up git I think (since we gitignore that whole directory and want people to be able to edit that file without it showing up in git status or whatever). So maybe we just have it in a custom entrypoint.
right now if you just follow the instructions, the proxy service will fail because its healthcheck will 404 since there is nothing checked in to
data/
. Should we just force checkindata/proxy/site/index.html
? That will mess up git I think (since we gitignore that whole directory and want people to be able to edit that file without it showing up in git status or whatever). So maybe we just have it in a custom entrypoint.