Skip to content

Commit 2b6c4f8

Browse files
authored
Create Dockerfile
1 parent fc5b525 commit 2b6c4f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM ubuntu
2+
RUN apt update && apt install nginx -y
3+
COPY . /var/www/html/

0 commit comments

Comments
 (0)