Skip to content
This repository was archived by the owner on Sep 29, 2021. It is now read-only.

Commit ecdf2fb

Browse files
tomiprs0xtomyprs
authored andcommitted
Dockerfile: Enable ipv4 port for aria2c
Co-authored-by: Tomy <[email protected]> Signed-off-by: MoveAngel <[email protected]>
1 parent 0534bfa commit ecdf2fb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ RUN git clone https://github.com/MoveAngel/One4uBot -b sql-extended /One4uBot
1111
#
1212
COPY ./sample_config.env ./userbot.session* ./config.env* /One4uBot/
1313

14+
#
15+
# Make open port TCP
16+
#
17+
EXPOSE 80 443
18+
1419
#
1520
# Finalization
1621
#
17-
CMD ["python3","-m","userbot"]
22+
CMD ["python3","-m","userbot"]

0 commit comments

Comments
 (0)