We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad33ec7 commit 66819e4Copy full SHA for 66819e4
Dockerfile
@@ -8,5 +8,7 @@ RUN pip install -r requirements.txt
8
COPY src/ ./src/
9
COPY Makefile .
10
11
+RUN mkdir -p /srv/data/raw/europython-2024
12
+
13
14
CMD ["make", "all"]
0 commit comments