Skip to content

Commit

Permalink
♻️ Move core to git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao authored Aug 5, 2023
1 parent 8f78bf1 commit cb36cbb
Show file tree
Hide file tree
Showing 6 changed files with 164 additions and 176 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "gram_core"]
path = gram_core
url = https://github.com/PaiGramTeam/GramCore.git
branch = v4
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN echo "deb http://ftp.us.debian.org/debian buster main non-free" >> /etc/apt/
&& apt update \
# clone
&& apt install git wget curl ffmpeg -y \
&& git clone -b main https://github.com/PaiGramTeam/PaiGram.git /app \
&& git clone -b main --recursive https://github.com/PaiGramTeam/PaiGram.git /app \
# install dependencies \
&& pip install virtualenv==20.19.0 poetry==1.3.2 \
&& python3 -m virtualenv venv/ \
Expand Down
1 change: 1 addition & 0 deletions gram_core
Submodule gram_core added at b54052
Loading

0 comments on commit cb36cbb

Please sign in to comment.