move into /app dir and add new db handler + wrappers

This commit is contained in:
Logan Cusano
2025-05-11 20:33:57 -04:00
parent 163153d7f6
commit 67925c120a
8 changed files with 840 additions and 30 deletions

View File

@@ -11,7 +11,7 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
# Copy the server code into the container
COPY server.py .
COPY ./app .
# Make port 8765 available to the world outside this container
EXPOSE 8765