Creation du dockerfile nginx
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,5 @@
|
|||||||
|
FROM debian:bullseye
|
||||||
|
RUN apt update
|
||||||
|
RUN apt install nginx -y
|
||||||
|
RUN apt install vim -y
|
||||||
|
RUN apt install curl -y
|
||||||
Reference in New Issue
Block a user