From 31ddea734ec78c1bf58d9b307a3507919f7cef20 Mon Sep 17 00:00:00 2001 From: FrederikBaerentsen Date: Tue, 31 Dec 2024 09:27:00 +0100 Subject: [PATCH] Removed `.env` from compose in prebuild image --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1ab6a03..2a52b60 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,6 @@ services: ports: - "3333:3333" volumes: - - ./.env:/app/.env - ./static/parts:/app/static/parts - ./static/instructions:/app/static/instructions - ./static/sets:/app/static/sets