From 1395b0503882520600e4823908441aa9f75dbaa1 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Thu, 17 Mar 2022 13:51:24 -0600 Subject: [PATCH] Added Docker updating notes --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 98fe2150..5a72e3c8 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,13 @@ npm install npm run build ``` +To update the Docker image, simply pull the new images and rebuild: + +```bash +docker-compose pull +docker-compose up --force-recreate +``` + ## License MIT