Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 805272d

Browse files
authoredNov 16, 2023
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)
Please sign in to comment.