Skip to content

Commit aea9a9c

Browse files
authored
Merge pull request #44 from eifrach/change_baseimage
change container
2 parents 252552c + 7db8e4c commit aea9a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ RUN uv sync --no-cache --locked
2727
# Expose metrics port
2828
EXPOSE 8000
2929

30-
CMD ["uv", "run", "python", "mcp_server.py"]
30+
CMD ["uv", "run","--no-cache", "python", "mcp_server.py"]

0 commit comments

Comments
 (0)