Sed

Containerizing a React …

I’ve been working on deploying an internal documentation site built with Docusaurus. Since Docusaurus is essentially just a React app, I ran into a familiar problem…

Containerizing a React App

When containerizing a React app, there are two primary methods of doing so. You can either: …