diff --git a/make.bat b/make.bat deleted file mode 100644 index 42f4c3748..000000000 --- a/make.bat +++ /dev/null @@ -1,7 +0,0 @@ -REM This is the script for building the site locally on Windows. In the Command Prompt, enter the command: -REM make.bat - -docker build -t dea-knowledge-hub . - -docker run -it --rm --name dea-knowledge-hub --publish 8062:8062 --volume ".\docs\notebooks":"/docs/notebooks" --volume ".\output":"/output" --env-file .env dea-knowledge-hub -