Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
25801d6d2abee52dcafc8583b77d33d99a4bf313
/
.
/
extras
/
hs-test
/
docker
/
Dockerfile.nginx-server
blob: 1971158131be5e00e4ffa6510909ee6e7522546f [
file
] [
log
] [
blame
]
ARG UBUNTU_VERSION
FROM ubuntu
:
$
{
UBUNTU_VERSION
}
RUN apt
-
get
update \
&&
apt
-
get
install
-
y nginx \
&&
rm
-
rf
/
var
/
lib
/
apt
/
lists
/*
COPY resources/nginx/nginx_server_mirroring.conf /nginx.conf
ENTRYPOINT ["nginx", "-c", "/nginx.conf"]