updates entrypoint

This commit is contained in:
Hyatt 2024-09-29 08:23:24 -05:00
parent 49658e4262
commit ad7e294881
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -149,7 +149,7 @@ RUN set -eux && \\
update-ca-certificates --fresh && \\
apk --no-cache upgrade
CMD [ "/bin/bash", "-c", "start.sh" ]
ENTRYPOINT [ "/bin/bash", "-c", "start.sh" ]
"""
}
}