Updated the update_code function

This commit is contained in:
2025-03-18 10:17:37 +03:00
parent e1af31c641
commit 40e9367b6f
2 changed files with 288 additions and 159 deletions

View File

@@ -10,7 +10,7 @@ ENV PYTHONUNBUFFERED=1
WORKDIR /app
# Install system dependencies required for MySQL and other libraries
# RUN apt-get update && apt-get install -y \
RUN apt-get update && apt-get install -y git
# default-libmysqlclient-dev \
# build-essential \
# && rm -rf /var/lib/apt/lists/*