entrypoint.sh launched at container startup
This commit is contained in:
parent
9997bd3594
commit
3931bc0345
1 changed files with 2 additions and 2 deletions
|
@ -17,5 +17,5 @@ RUN echo "none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0" > /etc/fstab
|
|||
COPY docker/entrypoint.sh /tmp
|
||||
COPY src/ /tmp
|
||||
WORKDIR /tmp
|
||||
CMD bash
|
||||
# CMD /tmp/entrypoint.sh
|
||||
#CMD bash
|
||||
CMD /tmp/entrypoint.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue