From fce6458ef95b7430539686e343c099f8b023592d Mon Sep 17 00:00:00 2001 From: "karl.hudgell" Date: Tue, 30 Jun 2020 14:35:48 +0100 Subject: [PATCH] remove some bits --- docker-compose.yml | 12 ------------ index.html | 0 2 files changed, 12 deletions(-) delete mode 100644 docker-compose.yml delete mode 100644 index.html diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index d1d9da3..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,12 +0,0 @@ -# Usage: -# docker-compose up --force-recreate -version: '2.1' - -services: - BBLBTV_keith: - tty: true - stdin_open: true - build: . - image: bblbtb_keith:latest - volumes: - - $PWD:/usr/src/app/logs \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index e69de29..0000000