This repository has been archived on 2025-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
Files
beopen/server/dockerfile
2025-02-10 12:37:33 +00:00

7 lines
186 B
Plaintext

FROM python:3.11-alpine
WORKDIR /
ADD main.py .
ADD modules ./modules
RUN pip install python-socketio eventlet pathlib configparser datetime pillow python-dotenv
CMD python -u ./main.py