From b2d35dcb1fd473dabbccc2a401932ef81d0a473e Mon Sep 17 00:00:00 2001 From: jeevan Date: Fri, 13 Jun 2025 10:11:34 +0530 Subject: [PATCH] Use build_and_run.bat and double-click it to execute --- build_and_run.bat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 build_and_run.bat diff --git a/build_and_run.bat b/build_and_run.bat new file mode 100644 index 0000000..0b1f7cb --- /dev/null +++ b/build_and_run.bat @@ -0,0 +1,6 @@ +@echo off +REM Build the Docker image +docker build -t ai-interview:main-latest . + +REM Run the Docker container +docker run --env-file .env -p 8501:8501 ai-interview:main-latest \ No newline at end of file