website online working

This commit is contained in:
2025-08-16 21:51:26 -04:00
parent bc9e6ab096
commit 5483e8ac96
11 changed files with 80 additions and 33 deletions

View File

@@ -1,7 +1,5 @@
FROM python:3.12-bullseye
ENV TZ="America/New_York"
ENV PYTHONFAULTHANDLER=1
ENV PYTHONUNBUFFERED=1
@@ -14,10 +12,8 @@ COPY requirements.txt /app
WORKDIR /app
RUN pip3 install setuptools
RUN pip3 install -r requirements.txt
EXPOSE 8001
EXPOSE 8000
COPY . /app