mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-24 19:43:41 +00:00
6 lines
89 B
Docker
6 lines
89 B
Docker
FROM python:alpine3.7
|
|
|
|
WORKDIR /usr/src/app
|
|
|
|
RUN pip install -r python/requirements.txt
|
|
|