We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9facfb commit db9cadfCopy full SHA for db9cadf
nginx/Dockerfile
@@ -0,0 +1,6 @@
1
+FROM debian:buster-slim
2
+
3
+RUN apt-get update
4
+RUN apt-get install -y nginx
5
6
+CMD nginx -g 'daemon off;'
0 commit comments