dockerized go-apt-cacher with config for internal use

This commit is contained in:
2020-10-03 01:06:52 -07:00
parent d9e17716a1
commit 589cc2fdaa
4 changed files with 80 additions and 1 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
docker:
docker build --progress plain -t sneak/go-apt-cacher .
run:
docker run -p 8080:8080 -ti sneak/go-apt-cacher