Sign inSign up

moeryomenko/ngxjs

By moeryomenko

Updated over 4 years ago

This nginx container with support modules njs and Brotli, also use BoringSSL instead OpenSSL.

Image
0

1.0K

moeryomenko/ngxjs repository overview

ngxjs

This nginx container with support modules njs and Brotli, also use BoringSSL instead OpenSSL.

Usage

In your Dockerfile just use in FROM directive and COPY your assets to /usr/share/nginx/html folder. Also you can change default nginx.conf just replace by COPY your config to /etc/nginx/nginx.conf.

FROM moeryomenko/ngxjs:latest

COPY assets /usr/share/nginx/html

COPY nginx.conf /etc/nginx/

EXPOSE 80

ENTRYPOINT [ "nginx", "-g", "daemon off" ]

For more information see examples.

Tag summary

Content type

Image

Digest

Size

8.6 MB

Last updated

over 4 years ago

docker pull moeryomenko/ngxjs