Creation du dockerfile nginx

This commit is contained in:
0x00000000
2025-06-14 18:47:20 +02:00
commit 08f0faa7cf
8 changed files with 5 additions and 0 deletions
View File
BIN
View File
Binary file not shown.
View File
View File
View File
View File
View File
+5
View File
@@ -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