We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c9cb9 commit 97264b7Copy full SHA for 97264b7
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