Refactoring

This commit is contained in:
d3m0k1d
2025-11-20 17:21:44 +03:00
parent f2ecc5cc1a
commit e0c206cfc5
12 changed files with 0 additions and 63 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM nginx:alpine3.22
EXPOSE 80 443
COPY . /
COPY ./nginx.conf /etc/nginx/nginx.conf