<type>(scope): <description>

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-03-02 03:00:43 +03:00
parent 82535be86b
commit 2af150493b
3 changed files with 16 additions and 1 deletions
+2
View File
@@ -24,4 +24,6 @@ FROM docker.io/nginx:latest
COPY --from=builder /app/static /usr/share/nginx/html
COPY checker_requirements.txt /usr/share/nginx/html
CMD ["nginx", "-g", "daemon off;"]