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 29b5816 commit 805272dCopy full SHA for 805272d
projects/Dockerfile
@@ -1,4 +1,2 @@
1
-FROM ubuntu
2
-RUN apt update && apt install nginx -y
3
-RUN rm -rf /var/www/html/*
4
-COPY . /var/www/html/
+FROM nginx
+COPY . /usr/share/nginx/html/
0 commit comments