Save Markdowns

This commit is contained in:
h z
2024-12-06 15:13:20 +00:00
parent 48dd59f8e4
commit b3ec244e06
9 changed files with 100 additions and 34 deletions

View File

@@ -5,6 +5,11 @@ ENV PYTHONUNBUFFERED 1
WORKDIR /app
RUN apt-get update &&\
apt-get install -y \
default-mysql-client &&\
apt-get clean
COPY requirements.txt /app/
RUN pip install --no-cache-dir -r requirements.txt