diff --git a/Dockerfile b/Dockerfile index d493cd1..6d10cde 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,5 +17,4 @@ WORKDIR /app # Make the script executable RUN chmod +x /app/app.sh -# Set the entrypoint to execute the script -ENTRYPOINT ["/app/app.sh"] +CMD ["bash", "/app/app.sh"]