6 lines
96 B
Text
6 lines
96 B
Text
|
FROM python:alpine
|
||
|
|
||
|
COPY docker-etchosts.py /docker-etchosts.py
|
||
|
|
||
|
CMD python /docker-etchosts.py
|