layerindex-web/Dockerfile.web
Alex Franco e6233b61cd 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>
2016-06-22 16:35:06 -05: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