diff --git a/Dockerfile b/Dockerfile index b76af37..d493cd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY app.sh /app/app.sh WORKDIR /app # Make the script executable -RUN chmod +x app.sh +RUN chmod +x /app/app.sh # Set the entrypoint to execute the script ENTRYPOINT ["/app/app.sh"]