Update entrypoint command
This commit is contained in:
parent
89ca352449
commit
e896cd40f0
1 changed files with 1 additions and 1 deletions
|
@ -30,4 +30,4 @@ RUN dpkg-reconfigure --frontend noninteractive locales
|
|||
WORKDIR /home/container
|
||||
|
||||
COPY ./entrypoint.sh /entrypoint.sh
|
||||
CMD ["/entrypoint.sh"]
|
||||
CMD ["/bin/bash", "/entrypoint.sh"]
|
Loading…
Add table
Add a link
Reference in a new issue