diff --git a/Dockerfile b/Dockerfile index 06b4431..19acf1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM montferret/lab:latest # Copies your code file from your action repository to the filesystem path `/` of the container -COPY entrypoint.sh /entrypoint.sh +COPY run.sh /run.sh ENTRYPOINT ["/usr/bin/dumb-init", "--"] CMD ["/run.sh"] \ No newline at end of file