Switched to MySQL database
This commit is contained in:
+2
-2
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user