project_start/conf/dockerfiles/python/Dockerfile

3 lines
61 B
Docker

FROM mypython
COPY ./scripts/* /home/
RUN sh /home/install.sh