Skip to content

Commit 8b6e9fe

Browse files
committed
Initial Dockerfile definition
1 parent 0a009df commit 8b6e9fe

File tree

1 file changed

+8
-0
lines changed
  • investing_algorithm_framework/templates/projects/algorithm_project_directory

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM python:3.7-alpine
2+
3+
WORKDIR /app
4+
COPY . /app
5+
6+
RUN pip install -r requirements.txt
7+
8+
CMD ["python", "manage.py", "run_algorithm"]

0 commit comments

Comments
 (0)