1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

fix: incorrect relative path; use absolute path to entrypoint.sh

This commit is contained in:
tangowithfoxtrot 2025-03-06 06:52:26 -08:00
parent db2f3e95e1
commit 9246805f90
No known key found for this signature in database

View File

@ -32,4 +32,4 @@ COPY ./src/${PROJECT_NAME}/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
HEALTHCHECK CMD curl -f http://localhost:5000/google.com/icon.png || exit 1
ENTRYPOINT ["./entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]