mirror of
https://github.com/uditkarode/bing-chat-telegram.git
synced 2025-04-20 01:36:51 +00:00
feat: use node:20-alpine3.16
This commit is contained in:
parent
dae720ebda
commit
e45001d956
@ -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
|
# Set build shell to bash, default has has some issues sometimes
|
||||||
|
10
.build/docker-compose.yml
Normal file
10
.build/docker-compose.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
version: '3.5'
|
||||||
|
services:
|
||||||
|
#########################
|
||||||
|
bing-tg:
|
||||||
|
build:
|
||||||
|
context: ..
|
||||||
|
dockerfile: .build/Dockerfile
|
||||||
|
hostname: bing-tg
|
||||||
|
image: uditkarode/bing-chat-telegram:latest
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user