1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-08-23 18:12:20 +00:00

Makefile for automated testing (no more drone)

This commit is contained in:
J. Fernando Sánchez
2016-09-20 20:55:59 +02:00
parent 0454fb1afe
commit 5d5de0bc50
8 changed files with 43 additions and 3 deletions

3
Dockerfile.template Normal file
View File

@@ -0,0 +1,3 @@
from python:{{PYVERSION}}-onbuild
ENTRYPOINT ["python", "-m", "senpy", "-f", ".", "--host", "0.0.0.0"]