<type>(scope): <description>

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-03-01 21:51:08 +03:00
parent 647ac085a1
commit 9a2645c607
2 changed files with 61 additions and 0 deletions
+2
View File
@@ -14,4 +14,6 @@ FROM nginx:latest
COPY --from=builder /app/dist /usr/share/nginx/html
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
CMD ["nginx", "-g", "daemon off;"]