Skip to content

Commit eeb3f0f

Browse files
authored
Update Dockerfile
1 parent 3320819 commit eeb3f0f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ WORKDIR /workspace
1414

1515
COPY README.md README.md
1616

17-
COPY card card
18-
1917
COPY wofostat wofostat
2018

2119
COPY features features
2220

23-
COPY tests tests
21+
COPY data data
22+
23+
COPY notebooks notebooks
24+
25+
COPY behave.ini behave.ini
2426

2527
RUN apt-get update \
2628
&& apt-get install -y --no-install-recommends build-essential libpq-dev graphviz \

0 commit comments

Comments
 (0)