Adding missing character, reported by brainchild0

This commit is contained in:
Tyler Akins
2022-01-26 19:07:12 -06:00
parent b31a97cfb1
commit a62541fc98

View File

@ -4,4 +4,4 @@ RUN apk add --no-cache bash
ADD mo /usr/local/bin/mo ADD mo /usr/local/bin/mo
RUN chmod +x /usr/local/bin/mo RUN chmod +x /usr/local/bin/mo
ENTRYPOINT usr/local/bin/mo ENTRYPOINT /usr/local/bin/mo