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