Skip to content

Commit 29b5816

Browse files
authored
Created nginx Dockerfile
1 parent 9178903 commit 29b5816

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)