wol proxy & wol emulator added.
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user