From 10257d820311536c5095e193d33a2acc3a922276 Mon Sep 17 00:00:00 2001 From: Matthew Oros <32916949+orosmatthew@users.noreply.github.com> Date: Thu, 2 Nov 2023 18:09:11 -0400 Subject: [PATCH] Update README.md --- web/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/web/README.md b/web/README.md index c79b776..4cb1da7 100644 --- a/web/README.md +++ b/web/README.md @@ -28,6 +28,18 @@ node build ### Docker +Copy the example docker compose file +```bash +# pwd web/ +cp docker/docker-compose.example.yml ./docker-compose.yml +``` + +Fill out `.env` file +```bash +cp .env.example .env +``` + +Run the container ```bash docker compose up --build ```