fixed typoooooos

This commit is contained in:
ITQ
2025-03-02 17:15:09 +03:00
parent 958617cd1b
commit e0ee3f75d4
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -24,6 +24,6 @@ FROM docker.io/nginx:latest
COPY --from=builder /app/static /usr/share/nginx/html
COPY ../checker/checher_requirements.txt .
COPY ../checker/checker_requirements.txt .
CMD ["nginx", "-g", "daemon off;"]