aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-03-22 22:09:55 -0500
committerParker <contact@pkrm.dev>2024-03-22 22:09:55 -0500
commit237aec245e2a135b848dfd3c8dcf46cb755f08e9 (patch)
tree743fab39fa561139de64a9784078c1e00d85ee43 /Dockerfile
parentbdc5d1fece0b3ee2ac8805ccee07ef93787eeb3e (diff)
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.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
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