Conversation
|
Adding a dockerfile sounds like a good idea. It should probably go in the |
|
perfect I can do that, I wasn't sure how/where you wanted it all Ill move things around and create a doc for it. |
|
The docker file is built for amd64 platforms only but should be built in such a way that would allow cross platform builds. |
|
yeah you build with buildx this is just something I figured I would put a PR in for because I needed one for our use case. |
|
@shanehughes1990 I am working on a buildx compatible Dockerfile, there is no reason to use a global Dockerfile with CPU specific build instructions. |
This adds a simple docker file for container deployment, Adding in the redwood-config for a default setup, users will need to create the cert and mount into the container but otherwise works.
A sample docker run command to get going, this requires you to have a cert.pem/key.pem in your current working directory.