Portfolio avec Docker

This commit is contained in:
2025-12-08 00:06:03 +01:00
commit 52f3de74b7
12 changed files with 1161 additions and 0 deletions

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM nginx:alpine
COPY . /usr/share/nginx/html
EXPOSE 80