This website requires JavaScript.
Explore
Help
Sign In
xeen
/
filedrop
Watch
1
Star
0
Fork
You've already forked filedrop
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
master
filedrop
/
backend
/
Dockerfile
6 lines
94 B
Docker
Raw
Permalink
Blame
History
FROM
python:3
WORKDIR
/app
COPY
./requirements.txt /app/
RUN
pip install -r requirements.txt
Reference in New Issue
View Git Blame
Copy Permalink