Skip to content

Commit 805272d

Browse files
authored
Update Dockerfile
1 parent 29b5816 commit 805272d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

projects/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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/
1+
FROM nginx
2+
COPY . /usr/share/nginx/html/

0 commit comments

Comments
 (0)