Move all app files to app dir and update dockerfile

This commit is contained in:
Logan Cusano
2025-04-27 00:47:21 -04:00
parent 52405e9bd1
commit 6ea16b7402
4 changed files with 1 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
# Copy the client code into the container
COPY client.py .
COPY .app .
# Define environment variable for the server host
# This will be set by the Makefile when running the container