docker setup

This commit is contained in:
Adrien LSH@42
2023-10-09 15:22:04 +02:00
parent b91c35a41b
commit b1c352cbf8
3 changed files with 47 additions and 0 deletions

3
nginx/Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM nginx
COPY html/ /usr/share/nginx/html