memgraph/docker/crash_server.dockerfile

10 lines
137 B
Plaintext
Raw Normal View History

2016-06-17 03:38:05 +08:00
FROM python:3.5
COPY src/crash_analysis/server /server
RUN pip install -r /server/requirements.txt
WORKDIR /server
CMD python app.py