Update static-web image

This commit is contained in:
Ask Bjørn Hansen 2018-02-21 00:12:28 -08:00
parent d15d7c6234
commit 518273dd17

View File

@ -2,12 +2,12 @@
## Test locally
docker build -t quay.io/perl/static-web:v0.5 .
docker build -t quay.io/perl/static-web:v1.1.0 .
git clone git@git.develooper.com:perl-static-misc.git git
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.5
-ti --rm quay.io/perl/static-web:v1.1.0
Test with