Skip to content

Commit

Permalink
Revert changes to windows/Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
emetsger committed May 18, 2024
1 parent e58440e commit 664056b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ FROM ${BASE_IMAGE}
COPY --from=build /bin/ryuk /bin/ryuk
CMD ["/bin/ryuk"]
LABEL org.testcontainers.ryuk=true
HEALTHCHECK --start-period=5s --interval=2s --timeout=2s --retries=10 CMD netstat -ltn | grep -q ":8080"

0 comments on commit 664056b

Please sign in to comment.