From 9b2c413f154d5bb183b5d85be013cb681aebd876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=B2?= Date: Mon, 25 Aug 2025 14:50:17 +0500 Subject: [PATCH] test --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e02a171..fc16036 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN cd /home/ && wget -q https://download.oracle.com/otn_software/linux/instantc rm /home/oracle-instantclient-devel-21.12.0.0.0-1.el8.x86_64.rpm &&\ ldconfig -CMD ["sqlplus", "-v"] +CMD ["python", "main.py"] EXPOSE 8000 WORKDIR /code/app