Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 298 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 298 Bytes

Docker MERN App Example

This is an example of a MERN stack deployed locally through Docker.

arch diagram

Instructions

  • Run Docker daemon
  • Initialize Pulumi stack pulumi stack init dev
  • Set App URL port pulumi config set container_port 5173
  • Execute pulumi up