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