fix(dockerfile): was expecting ubuntu like syntax for user management
Build and Push Docker Image / build-and-push (push) Successful in 22m1s

This commit is contained in:
2026-03-05 23:17:30 -05:00
parent 5fab53e0a7
commit 11a4aba46f
-4
View File
@@ -8,9 +8,5 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . . COPY . .
RUN useradd app
USER app
CMD ["python3", "main.py"] CMD ["python3", "main.py"]