Skip to content

Commit 4f5a20c

Browse files
authored
fix make ui commands (#4041)
1 parent f488b51 commit 4f5a20c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/Dockerfile.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.11
22

33
WORKDIR /sqlmesh
44

5-
COPY setup.py setup.py
5+
COPY pyproject.toml pyproject.toml
66
COPY sqlmesh/_version.py sqlmesh/_version.py
77

88
RUN pip install -e .[dev,web]

0 commit comments

Comments
 (0)