NAS EMULATOR + WOL Proxy
This commit is contained in:
7
Dockerfile.wol
Normal file
7
Dockerfile.wol
Normal file
@@ -0,0 +1,7 @@
|
||||
# Dockerfile для WOL-прокси
|
||||
FROM python:3.11-slim
|
||||
WORKDIR /app
|
||||
COPY src/wol_proxy.py ./
|
||||
RUN pip install flask
|
||||
EXPOSE 5000
|
||||
CMD ["python", "wol_proxy.py"]
|
||||
Reference in New Issue
Block a user