From 62c82d933c54831b08e88af9321248b465e51eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Murat=20Emir=20Cabaro=C4=9Flu?= Date: Sat, 6 Feb 2021 00:11:13 +0300 Subject: [PATCH] remove copy command in development dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9b39a07..54d17c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,5 +15,5 @@ RUN apt-get update && apt-get install -y \ COPY requirements.txt requirements.txt RUN pip install -r requirements.txt EXPOSE 5000 -COPY . . + CMD ["flask", "run","--debugger"] \ No newline at end of file