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