NAS EMULATOR + WOL Proxy
This commit is contained in:
7
Dockerfile.nas
Normal file
7
Dockerfile.nas
Normal file
@@ -0,0 +1,7 @@
|
||||
# Dockerfile для эмулятора NAS
|
||||
FROM python:3.11-slim
|
||||
WORKDIR /app
|
||||
COPY src/nas_emulator.py ./
|
||||
RUN pip install flask
|
||||
EXPOSE 5050
|
||||
CMD ["python", "nas_emulator.py"]
|
||||
Reference in New Issue
Block a user