From 10a873ee7ad8954d61c9587125f50ac9b96fcb2c Mon Sep 17 00:00:00 2001 From: Alexandru Date: Tue, 17 Sep 2024 20:12:30 +0300 Subject: [PATCH] oops --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1730a24..4cb75d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ COPY . . EXPOSE 5000 -CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:5000", "app:app"]pr@docker1:/srv/wast \ No newline at end of file +CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:5000", "app:app"] \ No newline at end of file