From c2bf2decec7929466bc5dedc2e9322e479a5cdb5 Mon Sep 17 00:00:00 2001 From: KarlLundengaard Date: Fri, 16 May 2025 15:06:10 +0100 Subject: [PATCH] Update Dockerfile --- app/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 7a31744..f032540 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -51,7 +51,6 @@ COPY utility/unit_system_conversions.py ./app/utility/ # Copy Documentation COPY docs/dev.md ./app/docs/dev.md COPY docs/user.md ./app/docs/user.md -COPY docs/quantity_comparison_graph.svg ./app/docs/quantity_comparison_graph.svg # Set permissions so files and directories can be accessed on AWS RUN chmod 644 $(find . -type f)