Skip to content

Commit

Permalink
add did registries list to Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
jchartrand committed Dec 3, 2024
1 parent 1ca631f commit 719b7e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ COPY --from=builder /app/server.js /app/server.js
COPY --from=builder /app/src /app/src
COPY --from=builder /app/package.json /app/package.json
COPY --from=builder /app/healthcheck.js /app/healthcheck.js
COPY --from=builder /app/.knownDidRegistries.js /app/.knownDidRegistries.js

# The healthcheck can be run from here, but also from the compose file
# HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD ["/nodejs/bin/node", "app/healthcheck.js"]
Expand Down

0 comments on commit 719b7e3

Please sign in to comment.