Skip to content

Commit 099f824

Browse files
committed
style(dockerfile): explicit directory
1 parent 4748050 commit 099f824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ghcr.io/astral-sh/uv:python3.13-bookworm
22

33
WORKDIR /app
4-
COPY ./backend/api/uv.lock ./backend/api/pyproject.toml .
4+
COPY ./backend/api/uv.lock ./backend/api/pyproject.toml ./
55
RUN uv sync --frozen
66
RUN apt-get update && apt-get install -y --no-install-recommends curl
77
COPY ./envs/backend.env /opt/.env

0 commit comments

Comments
 (0)