Update static-web image
This commit is contained in:
parent
d15d7c6234
commit
518273dd17
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user