Make (very) old archive URLs work again
http://archive.develooper.com/advocacy@perl.org/msg00012.html etc
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||
## Test locally
|
||||
|
||||
docker build -t quay.io/perl/static-web:v0.1 .
|
||||
docker build -t quay.io/perl/static-web:v0.3 .
|
||||
git clone git@git.develooper.com:perl-static-misc.git git
|
||||
|
||||
docker run -p 8000:80 -n static-misc \
|
||||
docker run -p 8000:80 --name static-misc \
|
||||
-v `pwd`/git:/git/static -v `pwd`/config:/web/config \
|
||||
-ti --rm quay.io/perl/static-web:v0.1
|
||||
-ti --rm quay.io/perl/static-web:v0.3
|
||||
|
||||
Test with
|
||||
|
||||
|
||||
Reference in New Issue
Block a user