diff --git a/Dockerfile b/Dockerfile index 26e9e63..da230d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ WORKDIR /dmibot/ COPY requirements.txt . RUN pip3 install -r requirements.txt +RUN mkdir -p webapp/dist COPY . . diff --git a/requirements.txt b/requirements.txt index cf56a4c..53fd1bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,5 @@ matplotlib==3.5.0 pandas==1.3.4 Pillow==8.4.0 lxml==4.6.4 -uvicorn==0.30.6 \ No newline at end of file +uvicorn==0.30.6 +fastapi==0.112.2 \ No newline at end of file