Dockerfile

This commit is contained in:
2022-09-24 03:47:01 +05:00
parent 48b11221fe
commit 108171f8be
2 changed files with 29 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@ -0,0 +1,12 @@
version: '3.5'
services:
#########################
bmlapi-proxy:
build: .
image: bmlapi-proxy
ports:
- 3030:3030
environment:
- CURL_IMPERSONATE=chrome101
- LD_PRELOAD=/usr/lib/libcurl-impersonate-chrome.so
restart: always