From 5208c13d97c40a235a8e7ca0f2551358fe966f3c Mon Sep 17 00:00:00 2001 From: Arul Gupta Date: Fri, 3 Jul 2026 14:27:07 +0100 Subject: [PATCH] Intentional crash: broken Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1de75b4..6818096 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,7 @@ RUN pip install --no-cache-dir -r requirements.txt # Expose the application port EXPOSE 5000 +RUN out_of_space_aliens_attack_this_command_is_fake + # Run the application CMD ["python", "app.py"]