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
-6
View File
@@ -1,11 +1,5 @@
FROM mcr.microsoft.com/devcontainers/python:3.13
# Install system dependencies
RUN apt-get update && apt-get install -y \
sqlite3 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
# Set the working directory
WORKDIR /workspace