We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2079e9c commit 6f36285Copy full SHA for 6f36285
Dockerfile
@@ -13,5 +13,7 @@ RUN pip install --no-cache-dir -r requirements.txt
13
# Copy the rest of the project files
14
COPY . .
15
16
+RUN mkdir -p /results
17
+
18
# Run main.py when the container launches
19
CMD ["python", "script/main.py"]
0 commit comments