From a2c1007ee532dff81b4ad5894b7df7c86c341eb4 Mon Sep 17 00:00:00 2001
From: Arseniy Popov <44940020+arseniypopugay@users.noreply.github.com>
Date: Mon, 6 May 2024 22:03:07 +0300
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 8184c95..5d78cb7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,3 +17,4 @@ ENV PYTHONUNBUFFERED 1
 COPY requirements.txt requirements.txt
 RUN python3.8 -m pip install --upgrade pip
 RUN python3.8 -m pip install -r requirements.txt
+CMD ["/bin/sh"]