From 1f6db75e2dc1f87241b175abd311d23d707e5af9 Mon Sep 17 00:00:00 2001 From: philipperemy Date: Tue, 13 Aug 2024 08:41:36 -0700 Subject: [PATCH] server --- api/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/api/Dockerfile b/api/Dockerfile index e238034..8608b1e 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -9,6 +9,7 @@ COPY . /app/ WORKDIR /app RUN pip install -e . --upgrade +RUN pip install flask waitress WORKDIR api