Update static-web image slightly

This commit is contained in:
Ask Bjørn Hansen 2018-08-19 04:35:51 -07:00
parent 161b9af194
commit 5e5b8b5554
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM quay.io/perl/base-os:v3.3
FROM quay.io/perl/base-os:v3.4
USER root
WORKDIR /web
VOLUME /git

View File

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