We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697bb93 commit 71d0bc4Copy full SHA for 71d0bc4
1 file changed
Dockerfile
@@ -1,8 +1,8 @@
1
FROM python:3.13-slim-bookworm
2
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
3
4
+COPY . /app
5
COPY dummy_servers_config.json /app/servers_config.json
-ADD . /app
6
7
# Sync the project into a new environment, asserting the lockfile is up to date
8
WORKDIR /app
0 commit comments