Minimal Dockerfile for embedding FrankenPHP in a Go app? #531
Unanswered
jasonmccallister
asked this question in
Q&A
Replies: 2 comments 3 replies
-
|
I'm also interested in embedding use case, did u figure out how to build it |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
You can adapt our dev Dockerfile: https://github.com/dunglas/frankenphp/blob/main/dev.Dockerfile |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not too familiar with CGO, but is there a recommended
Dockerfileto use for embedding FrankenPHP into a Go application? I'm using the example code from the Go docs but pasting here for clarity:Beta Was this translation helpful? Give feedback.
All reactions