We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a8e8e commit 626bfe5Copy full SHA for 626bfe5
Dockerfile
@@ -1,2 +1,4 @@
1
FROM nginx
2
+RUN rm -rf /usr/share/nginx/html/*
3
COPY . /usr/share/nginx/html/
4
+
0 commit comments