Skip to content

Commit b53fcea

Browse files
committed
chore: bingo~
1 parent e421ab9 commit b53fcea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+416
-405
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
77
RUN echo 'Asia/Shanghai' >/etc/timezone
88
WORKDIR /app
99
RUN pip install -r requirements.txt
10-
EXPOSE 12345
10+
EXPOSE 10007
1111
CMD ["python","main.py"]

core/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
'uploadCount': 10,
4646
'errorMinute': 1,
4747
'errorCount': 1,
48-
'port': 12345,
48+
'port': 10007,
4949
}
5050

5151

fcb-fronted/bun.lockb

155 KB
Binary file not shown.

fcb-fronted/dist/assets/AboutView-c4d66382.js renamed to fcb-fronted/dist/assets/AboutView-fd4264ba.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fcb-fronted/dist/assets/AdminView-081d8e6f.css

-1
This file was deleted.

0 commit comments

Comments
 (0)