This website works better with JavaScript.
Explore
Help
Sign In
chimchooree
/
blessfrey-bottle
Watch
1
Star
0
Fork
You've already forked blessfrey-bottle
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2dd285a089
master
small-nav
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '2dd285a089'
${ noResults }
blessfrey-bottle
/
Dockerfile
8 lines
101 B
Docker
Raw
Blame
History
FROM
python
RUN
pip install bottle
WORKDIR
/app
COPY
src/ .
EXPOSE
9001
ENTRYPOINT
python3 index.py
Reference in New Issue
View Git Blame
Copy Permalink