This website requires JavaScript.
Explore
Help
Sign In
seg_yinzy
/
myems
Watch
1
Star
0
Fork
You've already forked myems
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
020a4a85a5
myems
/
myems-aggregation
/
Dockerfile
6 lines
80 B
Docker
Raw
Blame
History
FROM
python:3.7
WORKDIR
/code
COPY
. /code
RUN
pip install -r requirements.txt
Reference in New Issue
View Git Blame
Copy Permalink