fix(Dockerfile): correct entrypoint execution typo
This commit is contained in:
parent
3b6c3fa8d9
commit
9706036062
2 changed files with 1 additions and 1 deletions
|
@ -30,4 +30,4 @@ COPY entrypoint.sh .
|
||||||
# Ensure the script is executable
|
# Ensure the script is executable
|
||||||
RUN chmod +x entrypoint.sh
|
RUN chmod +x entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT ["entrypoint.sh"]
|
ENTRYPOINT ["./entrypoint.sh"]
|
||||||
|
|
0
entrypoint.sh
Normal file → Executable file
0
entrypoint.sh
Normal file → Executable file
Loading…
Reference in a new issue