fix: revert to market_page style, collectstatic in startup command
All checks were successful
Deploy to Server / deploy (push) Successful in 1m46s

This commit is contained in:
爽哒哒
2026-03-21 12:03:38 +08:00
parent e68941b67c
commit 68ebf7f100
2 changed files with 2 additions and 5 deletions

View File

@@ -16,9 +16,6 @@ RUN pip install --upgrade pip && pip install -r requirements.txt
COPY . /app/
COPY .env /app/
# 收集静态文件build 时执行,避免每次启动都跑)
RUN python manage.py collectstatic --noinput || true
# 暴露端口
EXPOSE 8876