FROM python:3 WORKDIR /usr/src/server COPY . . RUN pip install -r requirements.txt EXPOSE 8000