FROM ubuntu:latest LABEL maintainer="TP1" COPY to_run.sh /usr/app/bin/ ENTRYPOINT ["/usr/app/bin/to_run.sh"]