use CMD instead of Entrypoint

This commit is contained in:
Michael Grote 2023-11-08 16:16:23 +01:00
parent db7d44818d
commit cb6d3b11db

View file

@ -17,5 +17,4 @@ WORKDIR /app
# Make the script executable # Make the script executable
RUN chmod +x /app/app.sh RUN chmod +x /app/app.sh
# Set the entrypoint to execute the script CMD ["bash", "/app/app.sh"]
ENTRYPOINT ["/app/app.sh"]