1
0
forked from sites/cdn

dockerize maybe

This commit is contained in:
2025-01-16 16:46:20 +01:00
parent 8d2c6d755b
commit 5f3725b72a
8 changed files with 23 additions and 0 deletions

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM nginx:latest
COPY src /usr/share/nginx/html
CMD ["nginx", "-g", "daemon off;"]