diff --git a/docker/Dockerfile b/docker/Dockerfile index bbe752a..753dc1c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -11,7 +11,7 @@ COPY requirements.txt . RUN pip install --no-cache-dir --upgrade -r requirements.txt # Copy the FastAPI app folder in the container -COPY ./app . +COPY . . # Expose API port EXPOSE 80