Skip to content

Commit 9dc7ce0

Browse files
committed
Install via requirements file, not directly
1 parent 75e52ee commit 9dc7ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
From python:3
22
COPY main.py entrypoint.sh ./
3-
RUN pip install simpleobsws aiohttp
3+
RUN pip install -r requirements.txt
44
ENTRYPOINT [ "sh", "./entrypoint.sh" ]

0 commit comments

Comments
 (0)