We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3320819 commit eeb3f0fCopy full SHA for eeb3f0f
1 file changed
Dockerfile
@@ -14,13 +14,15 @@ WORKDIR /workspace
14
15
COPY README.md README.md
16
17
-COPY card card
18
-
19
COPY wofostat wofostat
20
21
COPY features features
22
23
-COPY tests tests
+COPY data data
+
+COPY notebooks notebooks
24
25
+COPY behave.ini behave.ini
26
27
RUN apt-get update \
28
&& apt-get install -y --no-install-recommends build-essential libpq-dev graphviz \
0 commit comments