Update entrypoint command

This commit is contained in:
zontreck 2024-07-10 16:45:26 -07:00
parent 89ca352449
commit e896cd40f0

View file

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