Add docker-entrypoint.sh for All-platform Package
This commit is contained in:
10
docker-entrypoint.sh
Normal file
10
docker-entrypoint.sh
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
|
||||||
|
git fetch --all
|
||||||
|
git reset --hard origin/master
|
||||||
|
git pull
|
||||||
|
|
||||||
|
apt update
|
||||||
|
apt upgrade -y
|
||||||
|
pip3 install --upgrade -r requirements.txt
|
||||||
|
make
|
||||||
Reference in New Issue
Block a user