This is my dockerfile:
FROM python:3.8 RUN useradd -m client && echo "client:client" | chpasswd SHELL ["/bin/bash", "-c&qu