use CMD instead of Entrypoint
This commit is contained in:
parent
db7d44818d
commit
cb6d3b11db
1 changed files with 1 additions and 2 deletions
|
@ -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"]
|
|
||||||
|
|
Loading…
Reference in a new issue