Intentional crash: broken Dockerfile
Build and Push Docker Image then Slack webhook / build-and-push (push) Failing after 16s
Build and Push Docker Image then Slack webhook / slack-notification (push) Has been skipped

This commit is contained in:
Arul Gupta
2026-07-03 14:27:07 +01:00
parent 92daec09c2
commit 5208c13d97
+2
View File
@@ -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"]