Closed phondanai closed 7 years ago
@squeaky-pl How can we implement the docker command via a docker.yaml file?
This is how i'm calling the service.
jpronto:
image: japronto/japronto
ports:
- "8080:8080"
volumes:
- ./jpronto.py:/jpronto.py
command: ["python","jpronto.py"]
and it's returning an error message of japronto: error: unrecognized arguments: jpronto.py
Thanks!