diff --git a/Dockerfile b/Dockerfile index e06556c..3a27cb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt - +COPY . . EXPOSE 5000 CMD ["python", "app.py"] \ No newline at end of file