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
-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"]