Initial commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
FROM python:3.10-slim
|
||||
|
||||
WORKDIR ./code
|
||||
|
||||
COPY ./requirements.txt .
|
||||
|
||||
RUN pip install python-olm --extra-index-url https://gitlab.matrix.org/api/v4/projects/27/packages/pypi/simple
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
Reference in New Issue
Block a user