layerindex-web/Dockerfile.web
Alex Franco 4daaf718db Docker based environment setup
Replicate production setup in Docker containers

[YOCTO #7575]

Signed-off-by: Alex Franco <alejandro.franco@linux.intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2015-10-07 11:34:34 +01:00

5 lines
175 B
Docker

FROM nginx:latest
MAINTAINER Michael Halstead <mhalstead@linuxfoundation.org>
COPY docker/nginx.conf /etc/nginx/nginx.conf
COPY layerindex/static /usr/share/nginx/html/static