<type>(scope): <description>

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-03-02 12:46:39 +03:00
parent 7e326b8657
commit 42a028a76c
-2
View File
@@ -24,6 +24,4 @@ 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;"]