2
0
mirror of https://github.com/cmehay/pyentrypoint synced 2024-10-30 15:21:11 +00:00
pyentrypoint/Dockerfile.py3
Christophe Mehay f83b573b8f v2
2015-11-11 14:18:40 +01:00

12 lines
140 B
Python

# Testing with python 3
FROM python:3
RUN pip3 install pytest
ADD . /opt/docker-tools/
WORKDIR /opt/docker-tools/
CMD ["py.test", "."]