Skip to content

Commit 0a2711c

Browse files
committed
better caching
1 parent dcc9655 commit 0a2711c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@ RUN wget -q https://github.com/nalgeon/sqlean/releases/download/0.15.2/text.so
1616

1717
WORKDIR /opt/dbt-sqlite/src
1818

19-
COPY . .
19+
COPY setup.py .
20+
COPY dbt ./dbt
2021

2122
RUN pip install .
2223

24+
COPY run_tests.sh .
25+
COPY pytest.ini .
26+
COPY tests ./tests
27+
2328
ENV TESTDATA=/opt/dbt-sqlite/testdata
2429

2530
RUN mkdir $TESTDATA

0 commit comments

Comments
 (0)