Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken on local dev env #98

Closed
Deleplace opened this issue Jul 26, 2024 · 0 comments · Fixed by #102 · May be fixed by #100
Closed

Broken on local dev env #98

Deleplace opened this issue Jul 26, 2024 · 0 comments · Fixed by #102 · May be fixed by #100

Comments

@Deleplace
Copy link

% 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

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.

Deleplace added a commit to Deleplace/cloud-run-hello that referenced this issue Jul 26, 2024
Deleplace added a commit to Deleplace/cloud-run-hello that referenced this issue Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant