Add nginx config

This commit is contained in:
2026-03-07 11:23:32 +03:00
parent d32269abe3
commit 6fde209464
2 changed files with 26 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
FROM nginx:stable
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
COPY dist /usr/share/nginx/html