Switched to MySQL database

This commit is contained in:
2025-05-30 22:58:35 +00:00
parent 34e1917abd
commit a04612005f
10 changed files with 195 additions and 239 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
FROM python:3.13-slim
WORKDIR /app
COPY . /app
RUN pip install Flask
RUN apt-get update && apt-get install -y sqlite3 curl
RUN pip install -r requirements.txt
RUN apt-get update && apt-get install -y curl
RUN rm -rf /var/lib/apt/lists/*
RUN curl -sLO https://github.com/tailwindlabs/tailwindcss/releases/latest/download/tailwindcss-linux-x64 \
&& chmod +x tailwindcss-linux-x64 \