From e2cff67419aa5d55b143ddea7f25b7ff0ca77e28 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Fri, 22 May 2020 16:09:24 +0000
Subject: [PATCH] Add build badge and Docker Hub URL to README

---
 config.json |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/config.json b/config.json
index 353cd2c..0de7978 100644
--- a/config.json
+++ b/config.json
@@ -2,9 +2,13 @@
 	"description": "pyveth - veth network driver in Python",
 	"documentation": "https://github.com/jacekkow/docker-plugin-pyveth",
 	"workdir": "/usr/src/app",
-	"entrypoint": ["uwsgi", "--ini", "uwsgi.ini"],
+	"entrypoint": ["./run.py"],
 	"env": [
 		{
+			"name": "ENVIRONMENT",
+			"value": "production"
+		},
+		{
 			"name": "HOME",
 			"value": "/usr/src/app"
 		}

--
Gitblit v1.9.1