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:
parent
0a016b48e3
commit
f7507b306f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user