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;"]
-5
View File
@@ -11,9 +11,4 @@ COPY checker_requirements.txt .
RUN pip install --no-cache-dir -r checker_requirements.txt
RUN useradd -m appuser && chown -R appuser /app
USER appuser
WORKDIR /app
CMD ["python"]