Skip to content

Commit 71d0bc4

Browse files
committed
use COPY
1 parent 697bb93 commit 71d0bc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM python:3.13-slim-bookworm
22
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
33

4+
COPY . /app
45
COPY dummy_servers_config.json /app/servers_config.json
5-
ADD . /app
66

77
# Sync the project into a new environment, asserting the lockfile is up to date
88
WORKDIR /app

0 commit comments

Comments
 (0)