Dockerfile 80 B

12345678
  1. FROM python:3.4
  2. ENV VERSION 0.1.0
  3. RUN pip3 install echo==VERSION
  4. EXPOSE 9876