diff --git a/Dockerfile b/Dockerfile index 8a7480c..51d8edf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ COPY /app/app.py /app RUN pip3 install -r requirements.txt COPY . . CMD ["python3", "app.py"] -############## \ No newline at end of file +############### \ No newline at end of file