We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e52ee commit 9dc7ce0Copy full SHA for 9dc7ce0
Dockerfile
@@ -1,4 +1,4 @@
1
From python:3
2
COPY main.py entrypoint.sh ./
3
-RUN pip install simpleobsws aiohttp
+RUN pip install -r requirements.txt
4
ENTRYPOINT [ "sh", "./entrypoint.sh" ]
0 commit comments