We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a271c2 commit c81e43aCopy full SHA for c81e43a
Dockerfile
@@ -1,4 +1,3 @@
1
FROM nginx:mainline-alpine
2
3
-# Add in the config
4
-ADD default /etc/nginx/sites-available/default
+COPY default.conf /etc/nginx/conf.d/
default renamed to default.conf
0 commit comments