mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00

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>
5 lines
175 B
Docker
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
|