diff --git a/.build/Dockerfile b/.build/Dockerfile index 277a83a..2e80d97 100644 --- a/.build/Dockerfile +++ b/.build/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18.15.0-alpine3.17 +FROM node:20-alpine3.16 # Set build shell to bash, default has has some issues sometimes diff --git a/.build/docker-compose.yml b/.build/docker-compose.yml new file mode 100644 index 0000000..c203fd1 --- /dev/null +++ b/.build/docker-compose.yml @@ -0,0 +1,10 @@ +version: '3.5' +services: +######################### + bing-tg: + build: + context: .. + dockerfile: .build/Dockerfile + hostname: bing-tg + image: uditkarode/bing-chat-telegram:latest +