We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00dd48e commit f6dd358Copy full SHA for f6dd358
1 file changed
Dockerfile
@@ -5,4 +5,5 @@ COPY requirements.txt .
5
RUN pip install -r requirements.txt
6
7
COPY *.py .
8
+COPY strategies/ ./strategies/
9
ENTRYPOINT [ "python", "main.py" ]
0 commit comments