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 db9cadf commit f01a6bdCopy full SHA for f01a6bd
nginx/Dockerfile
@@ -3,4 +3,5 @@ FROM debian:buster-slim
3
RUN apt-get update
4
RUN apt-get install -y nginx
5
6
-CMD nginx -g 'daemon off;'
+CMD ["/usr/sbin/nginx", "-g", "daemon off;"]
7
+
0 commit comments