We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13fc818 commit 1bc4319Copy full SHA for 1bc4319
nginx/Dockerfile
@@ -0,0 +1,3 @@
1
+FROM nginx:1.21.6
2
+RUN rm /etc/nginx/conf.d/default.conf
3
+COPY nginx.conf /etc/nginx/conf.d/default.conf
0 commit comments