From edc980d70a843bc777e2fbcd4f4a356132388932 Mon Sep 17 00:00:00 2001 From: Dave Chevell Date: Sun, 16 Aug 2020 21:19:43 +1000 Subject: [PATCH] Don't write python bytecode --- entrypoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.py b/entrypoint.py index e0bfd40..cb55735 100755 --- a/entrypoint.py +++ b/entrypoint.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/python3 -B from entrypoint_helpers import env, gen_cfg, str2bool, start_app