wol proxy & wol emulator added.

This commit is contained in:
2025-08-31 21:48:49 +09:00
parent 147f1dec22
commit b7fece4c51
5 changed files with 75 additions and 26 deletions

View File

@@ -2,6 +2,6 @@
FROM python:3.11-slim
WORKDIR /app
COPY src/wol_proxy.py ./
RUN pip install flask
EXPOSE 5000
RUN pip install flask python-dotenv
EXPOSE 5002
CMD ["python", "wol_proxy.py"]