entrypoint.sh launched at container startup

This commit is contained in:
Yorick Barbanneau 2021-07-21 23:23:56 +02:00
parent 9997bd3594
commit 3931bc0345

View file

@ -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