Skip to content

Commit dd0b5bf

Browse files
committed
chore: make ui-up work again
1 parent 06c9cb9 commit dd0b5bf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

web/Dockerfile.api

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ FROM python:3.11
33
WORKDIR /sqlmesh
44

55
COPY pyproject.toml pyproject.toml
6+
COPY Makefile Makefile
7+
COPY examples/custom_materializations/ examples/custom_materializations/
68
COPY sqlmesh/_version.py sqlmesh/_version.py
79

8-
RUN pip install -e .[dev,web]
10+
RUN make install-dev

0 commit comments

Comments
 (0)