From a9220b331f8cb2482674b8dcf4b91c3bbc9f4066 Mon Sep 17 00:00:00 2001 From: FrederikBaerentsen Date: Fri, 27 Dec 2024 17:13:28 +0100 Subject: [PATCH] Fixed compose file in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e963080..d4556ce 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ services: - ./static/parts:/app/static/parts - ./static/instructions:/app/static/instructions - ./static/sets:/app/static/sets + - ./static/minifigs:/app/static/minifigs - ./app.db:/app/app.db ```