mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 03:15:40 +00:00
dockerize
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM python:3.7-alpine
|
||||
|
||||
EXPOSE 4785
|
||||
|
||||
RUN pip3 install --no-cache-dir \
|
||||
matrix-client
|
||||
|
||||
ADD main.py /
|
||||
|
||||
CMD /main.py
|
||||
Reference in New Issue
Block a user