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
Content type
Image
Digest
Size
34.8 MB
Last updated
over 5 years ago
docker pull nmfr/test-ngnix:0.0.1