Skip to content

Commit f6dd358

Browse files
authored
Copy strategies module into docker container (#28)
1 parent 00dd48e commit f6dd358

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ COPY requirements.txt .
55
RUN pip install -r requirements.txt
66

77
COPY *.py .
8+
COPY strategies/ ./strategies/
89
ENTRYPOINT [ "python", "main.py" ]

0 commit comments

Comments
 (0)