diff --git a/Dockerfile b/Dockerfile index 7f0caf1..8014d41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \ # Install Python dependencies COPY requirements.txt . +COPY app.py . RUN pip install -r requirements.txt