1
0
mirror of https://github.com/gsi-upm/soil synced 2025-08-23 19:52:19 +00:00
Files
soil/Dockerfile
J. Fernando Sánchez dbc182c6d0 Compatibility with py3.4
2017-10-09 14:44:21 +02:00

4 lines
61 B
Docker

FROM python:3.4-onbuild
ENTRYPOINT ["python", "-m", "soil"]