Skip to content

Commit 183e98c

Browse files
committed
Update dockerfile
1 parent 9c95fe5 commit 183e98c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@ ENV CATALOG_PATH=/catalog
3232
COPY --from=builder /usr/local/lib/python3.12/site-packages /usr/local/lib/python3.12/site-packages
3333
COPY ./nautilus_data $PYSETUP_PATH/nautilus_data
3434

35+
# Ensure the catalog and backtest directories exist
36+
RUN mkdir -p /opt/pysetup/catalog/backtest
37+
3538
# Generate data catalog
3639
RUN python -m nautilus_data.hist_data_to_catalog

0 commit comments

Comments
 (0)