Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
card
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhanglu
card
Commits
2aadf1f4
Commit
2aadf1f4
authored
Dec 08, 2020
by
zhanglu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🤖
chore: 构建明细输出
parent
91ee3368
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
Dockerfile
Dockerfile
+2
-2
log_settings.py
card/settings/log_settings.py
+1
-1
poetry.lock
poetry.lock
+1
-1
pyproject.toml
pyproject.toml
+1
-1
No files found.
Dockerfile
View file @
2aadf1f4
...
...
@@ -11,11 +11,11 @@ WORKDIR /srv/apps/card/
COPY
./pyproject.toml ./poetry.lock /srv/apps/card/
RUN
poetry
install
-v
RUN
poetry
install
-v
vv
COPY
. .
RUN
poetry update gm-types
&&
poetry
install
-
v
RUN
poetry update gm-types
-vvv
&&
poetry
install
-vv
v
RUN
mkdir
-p
/data/log/card/app
...
...
card/settings/log_settings.py
View file @
2aadf1f4
...
...
@@ -4,7 +4,7 @@ from typing import Dict
from
pydantic
import
BaseModel
LOG_DIR
=
"
.
/data/log/card/app/"
LOG_DIR
=
"/data/log/card/app/"
class
LoggingSettings
(
BaseModel
):
...
...
poetry.lock
View file @
2aadf1f4
...
...
@@ -1533,7 +1533,7 @@ reference = "coding"
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "
1e04f1799b27d4d5a73ffd440a22146bcddc14bb39f1024cc8cb4cc1266ca16f
"
content-hash = "
5dc1d30743bc5a44b50757b8c9aa7c3390ce88d6c33b81abb851d3118831e0a7
"
[metadata.files]
aioredis = [
...
...
pyproject.toml
View file @
2aadf1f4
...
...
@@ -11,7 +11,7 @@ default = true
[tool.poetry.dependencies]
python
=
"^3.8"
gm-types
=
"
^7.74.18
"
gm-types
=
"
*
"
gm-protocol
=
"*"
raven
=
"6.10.0"
python-dateutil
=
"2.4.2"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment