You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% go run .
panic: open /index.html: no such file or directory
goroutine 1 [running]:
html/template.Must(...)
/Users/deleplace/go/pkg/mod/golang.org/[email protected]/src/html/template/template.go:368
main.main()
/Users/deleplace/git/GoogleCloudPlatform/cloud-run-hello/hello.go:100 +0xb48
exit status 2
The app does work correctly inside Docker (docker build, docker run) but it's important that it is self-contained and can run properly outside of a container as well.
The text was updated successfully, but these errors were encountered:
This is a regression caused by #96 and #97
The app does work correctly inside Docker (
docker build
,docker run
) but it's important that it is self-contained and can run properly outside of a container as well.The text was updated successfully, but these errors were encountered: