Skip to content

Commit 6f36285

Browse files
committed
Update Dockerfile for results folder
1 parent 2079e9c commit 6f36285

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ RUN pip install --no-cache-dir -r requirements.txt
1313
# Copy the rest of the project files
1414
COPY . .
1515

16+
RUN mkdir -p /results
17+
1618
# Run main.py when the container launches
1719
CMD ["python", "script/main.py"]

0 commit comments

Comments
 (0)