fixed entrypoint CMD
This commit is contained in:
parent
3cdb63f16a
commit
d079417018
|
|
@ -17,4 +17,4 @@ WORKDIR /home/container
|
||||||
|
|
||||||
COPY ./entrypoint.sh /entrypoint.sh
|
COPY ./entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
CMD ["/bin/bash", "/entrypoint.sh"]
|
CMD ["/bin/ash", "/entrypoint.sh"]
|
||||||
Loading…
Reference in New Issue
Block a user