fix(Dockerfile): 修正dockerfile
parent
ead2bb17a1
commit
61551004dd
|
|
@ -11,4 +11,8 @@ RUN uv pip install --system --upgrade pip
|
||||||
RUN uv pip install --system -e /maim_message
|
RUN uv pip install --system -e /maim_message
|
||||||
RUN uv pip install --system -r /requirements.txt
|
RUN uv pip install --system -r /requirements.txt
|
||||||
|
|
||||||
|
WORKDIR /adapters
|
||||||
|
|
||||||
|
COPY . .
|
||||||
|
|
||||||
ENTRYPOINT ["python", "main.py"]
|
ENTRYPOINT ["python", "main.py"]
|
||||||
Loading…
Reference in New Issue