4 lines
No EOL
70 B
Docker
4 lines
No EOL
70 B
Docker
FROM python:latest
|
|
WORKDIR /data
|
|
COPY ./run.sh /data/
|
|
CMD /data/run.sh |