diff --git a/Dockerfile b/Dockerfile index 64edece..c2c879b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,8 @@ RUN uv pip install --system --upgrade pip RUN uv pip install --system -e /maim_message RUN uv pip install --system -r /requirements.txt +WORKDIR /adapters + +COPY . . + ENTRYPOINT ["python", "main.py"] \ No newline at end of file