set path to app.sh explicit
This commit is contained in:
parent
994cbbdbfc
commit
db7d44818d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ COPY app.sh /app/app.sh
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Make the script executable
|
# Make the script executable
|
||||||
RUN chmod +x app.sh
|
RUN chmod +x /app/app.sh
|
||||||
|
|
||||||
# Set the entrypoint to execute the script
|
# Set the entrypoint to execute the script
|
||||||
ENTRYPOINT ["/app/app.sh"]
|
ENTRYPOINT ["/app/app.sh"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue