Update static-web image slightly
This commit is contained in:
parent
161b9af194
commit
5e5b8b5554
@ -1,4 +1,4 @@
|
|||||||
FROM quay.io/perl/base-os:v3.3
|
FROM quay.io/perl/base-os:v3.4
|
||||||
USER root
|
USER root
|
||||||
WORKDIR /web
|
WORKDIR /web
|
||||||
VOLUME /git
|
VOLUME /git
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
## Test locally
|
## 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
|
git clone git@git.develooper.com:perl-static-misc.git git
|
||||||
|
|
||||||
docker run -p 8000:80 --name static-misc \
|
docker run -p 8000:80 --name static-misc \
|
||||||
-v `pwd`/git:/git/static -v `pwd`/config:/web/config \
|
-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
|
Test with
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user