We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9178903 commit 29b5816Copy full SHA for 29b5816
projects/Dockerfile
@@ -0,0 +1,4 @@
1
+FROM ubuntu
2
+RUN apt update && apt install nginx -y
3
+RUN rm -rf /var/www/html/*
4
+COPY . /var/www/html/
0 commit comments