From fc2325d68e65bef09f536e9bc5b00f2545afb3d4 Mon Sep 17 00:00:00 2001 From: ubc-tuehoang Date: Tue, 5 Sep 2023 20:00:21 -0700 Subject: [PATCH] remove test entry point --- docker-entrypoint.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 560d3d2..3d77d7a 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -239,7 +239,5 @@ mkdir -p images chown -R www-data: cache chmod 755 images -# Tue test remove of installed -rm -rf /data/installed exec "$@"