From 237aec245e2a135b848dfd3c8dcf46cb755f08e9 Mon Sep 17 00:00:00 2001 From: Parker Date: Fri, 22 Mar 2024 22:09:55 -0500 Subject: Large Overhaul - Jellyfin Temp Accounts Temporary jellyfin accounts can now be made through messaging. Commands were moved out and into their own files and functions for organization. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 110f3e8..2c9c49b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,7 @@ WORKDIR / COPY . . RUN pip install -r requirements.txt +ENV IN_DOCKER Yes + ENTRYPOINT [ "python" ] CMD [ "-u", "app/wsgi.py" ] \ No newline at end of file -- cgit v1.2.3-70-g09d2