FROM python:3.6-alpine COPY . /app WORKDIR /app RUN pip install --no-cache-dir -r requirements.txt EXPOSE 2222 2223