mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-09-08 21:00:30 +00:00
7 lines
89 B
Text
7 lines
89 B
Text
|
|
FROM python:alpine3.7
|
||
|
|
|
||
|
|
WORKDIR /usr/src/app
|
||
|
|
|
||
|
|
RUN pip install -r python/requirements.txt
|
||
|
|
|