Skip to content

Hot Reload feature for OCI Functions local development with Fn Server#714

Open
marvin659 wants to merge 2 commits intomarleung/local-debug-pythonfrom
marleung/hotreload
Open

Hot Reload feature for OCI Functions local development with Fn Server#714
marvin659 wants to merge 2 commits intomarleung/local-debug-pythonfrom
marleung/hotreload

Conversation

@marvin659
Copy link
Copy Markdown
Contributor

Hot Reload feature for OCI Functions local development with Fn Server

Comment thread common/common.go
}

fd, err := ioutil.TempFile(dir, "Dockerfile")
fd, err := ioutil.TempFile(dir, "Dockerfile-fn-tmp")
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed the temp file name to be more specific so that "fn watch" will ignore this file if it got changed by "fn deploy"

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 this pull request may close these issues.

1 participant