Some checks failed
Docker Build and Push / build-and-push (push) Failing after 44s
6 lines
110 B
Batchfile
6 lines
110 B
Batchfile
@echo off
|
|
mkdir logs/chats
|
|
pip install --upgrade pip
|
|
pip install --upgrade -r requirements.txt
|
|
python main.py
|