Commit 2aadf1f4 authored by zhanglu's avatar zhanglu

🤖 chore: 构建明细输出

parent 91ee3368
...@@ -11,11 +11,11 @@ WORKDIR /srv/apps/card/ ...@@ -11,11 +11,11 @@ WORKDIR /srv/apps/card/
COPY ./pyproject.toml ./poetry.lock /srv/apps/card/ COPY ./pyproject.toml ./poetry.lock /srv/apps/card/
RUN poetry install -v RUN poetry install -vvv
COPY . . COPY . .
RUN poetry update gm-types && poetry install -v RUN poetry update gm-types -vvv && poetry install -vvv
RUN mkdir -p /data/log/card/app RUN mkdir -p /data/log/card/app
......
...@@ -4,7 +4,7 @@ from typing import Dict ...@@ -4,7 +4,7 @@ from typing import Dict
from pydantic import BaseModel from pydantic import BaseModel
LOG_DIR = "./data/log/card/app/" LOG_DIR = "/data/log/card/app/"
class LoggingSettings(BaseModel): class LoggingSettings(BaseModel):
......
...@@ -1533,7 +1533,7 @@ reference = "coding" ...@@ -1533,7 +1533,7 @@ reference = "coding"
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "1e04f1799b27d4d5a73ffd440a22146bcddc14bb39f1024cc8cb4cc1266ca16f" content-hash = "5dc1d30743bc5a44b50757b8c9aa7c3390ce88d6c33b81abb851d3118831e0a7"
[metadata.files] [metadata.files]
aioredis = [ aioredis = [
......
...@@ -11,7 +11,7 @@ default = true ...@@ -11,7 +11,7 @@ default = true
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
gm-types = "^7.74.18" gm-types = "*"
gm-protocol = "*" gm-protocol = "*"
raven = "6.10.0" raven = "6.10.0"
python-dateutil = "2.4.2" python-dateutil = "2.4.2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment