From b560a98fcdd888c6e8f0860860421cf02825371f Mon Sep 17 00:00:00 2001
From: Jan Majkutewicz <jan.majkutewicz@pg.edu.pl>
Date: Tue, 8 Oct 2024 15:45:37 +0000
Subject: [PATCH] Update readme.md

---
 readme.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/readme.md b/readme.md
index 5b385fb..6c1caf1 100755
--- a/readme.md
+++ b/readme.md
@@ -144,7 +144,6 @@ pip install -r requirements-dev.txt
 │ requirements-dev.txt - The compiled and pinned versions of all development dependencies.  
 │ requirements.in - Lists the main dependencies required for the project in production.  
 │ requirements.txt - The compiled and pinned versions of all production dependencies.  
-│ run.sh - Script to start the Docker Container   
 └───src - Contains the source code for the service  
 
 ## FastAPI
-- 
GitLab