main
Лев 2025-08-25 14:50:17 +05:00
parent 2490533f69
commit 9b2c413f15
1 changed files with 1 additions and 1 deletions

View File

@ -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 &&\ rm /home/oracle-instantclient-devel-21.12.0.0.0-1.el8.x86_64.rpm &&\
ldconfig ldconfig
CMD ["sqlplus", "-v"] CMD ["python", "main.py"]
EXPOSE 8000 EXPOSE 8000
WORKDIR /code/app WORKDIR /code/app