We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c9cb9 commit dd0b5bfCopy full SHA for dd0b5bf
1 file changed
web/Dockerfile.api
@@ -3,6 +3,8 @@ FROM python:3.11
3
WORKDIR /sqlmesh
4
5
COPY pyproject.toml pyproject.toml
6
+COPY Makefile Makefile
7
+COPY examples/custom_materializations/ examples/custom_materializations/
8
COPY sqlmesh/_version.py sqlmesh/_version.py
9
-RUN pip install -e .[dev,web]
10
+RUN make install-dev
0 commit comments