This commit is contained in:
2026-05-16 01:49:57 +03:00
parent 22fa2fadf8
commit 77d396b842

View File

@@ -1,3 +1,3 @@
FROM nginx:alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY . /usr/share/nginx/html/
COPY frontend/nginx.conf /etc/nginx/conf.d/default.conf
COPY frontend/ /usr/share/nginx/html/