Sign inSign up

nmfr/test-ngnix

By nmfr

Updated over 5 years ago

Image
0

140

nmfr/test-ngnix repository overview

FROM bitnami/nginx:1.18.0
RUN echo 'server { \
        listen 0.0.0.0:8080; \
        root /tmp; \
        index index.htm index.html; \
    }' > /opt/bitnami/nginx/conf/server_blocks/my_server_block.conf
RUN mkdir -p /app && echo 'hello!!! !! !' > /tmp/index.html

Tag summary

Content type

Image

Digest

Size

34.8 MB

Last updated

over 5 years ago

docker pull nmfr/test-ngnix:0.0.1