1) Add e-mail tunnel support 2) Modify all __new__ to get_instance() 3) init docker build scripts
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
FROM python:3.11
|
||||
WORKDIR /opt/aios
|
||||
COPY ./src /opt/aios
|
||||
COPY ./rootfs /var/aios
|
||||
RUN pip install --no-cache-dir -r /opt/opendan/requirements.txt
|
||||
|
||||
ENV PYTHONDONTWRITEBYTECODE 1
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
|
||||
CMD ["python3","./service/aios_shell/aios_shell.py"]
|
||||
Reference in New Issue
Block a user