This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
pypihub
mirror of
https://github.com/brettlangdon/pypihub.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
1
Wiki
Activity
pip compatible server to serve Python packages out of GitHub
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1
Commit
1
Branch
1.9 MiB
Go
89.8%
Makefile
9.6%
Dockerfile
0.6%
Branch:
master
master
v0.1.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
pypihub
/
Dockerfile
4 lines
94 B
Raw
Permalink
Blame
History
FROM
alpine:3.4
RUN
apk add --no-cache ca-certificates
COPY
build/pypihub .
CMD
[
"./pypihub"
]