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

Fix copy source

This commit is contained in:
Vince Grassia 2023-11-09 12:40:55 -05:00
parent 0a016b48e3
commit f7507b306f
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -54,7 +54,7 @@ RUN apt-get update \
WORKDIR /app WORKDIR /app
COPY --from=dotnet-build /app ./ COPY --from=dotnet-build /app ./
COPY entrypoint.sh / COPY src/Admin/entrypoint.sh /
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh
HEALTHCHECK CMD curl -f http://localhost:5000 || exit 1 HEALTHCHECK CMD curl -f http://localhost:5000 || exit 1