From efb43249afccb3ba4725d443e067162dc1616437 Mon Sep 17 00:00:00 2001 From: sbashamoni <138054633+sbashamoni@users.noreply.github.com> Date: Sat, 3 Aug 2024 14:25:17 -0400 Subject: [PATCH] reverted all openssl changes --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3ed9d5fff5d..d32cf27f349 100644 --- a/Dockerfile +++ b/Dockerfile @@ -84,5 +84,3 @@ RUN bundle install && \ # Run the app ENTRYPOINT ["/bin/bash", "-c", "/caseflow/docker-bin/startup.sh"] - -