1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-08-23 01:52:21 +00:00

Added Dockerfile and instructions

This commit is contained in:
J. Fernando Sánchez
2015-10-08 19:26:02 +02:00
parent 724eac38d8
commit 60415f8217
2 changed files with 17 additions and 0 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
from python:2.7-onbuild
ENTRYPOINT ["python", "-m", "senpy"]