This commit is contained in:
2025-06-15 22:32:59 +08:00
parent 3502ac0c42
commit 452b4039fe
2 changed files with 1 additions and 7 deletions

View File

@@ -29,9 +29,7 @@ COPY --from=builder /usr/local/bin/ /usr/local/bin/
# 复制应用代码
COPY . .
# 创建media目录并设置权限
RUN mkdir -p /app/media \
&& chmod +x /app/entrypoint.sh
RUN chmod +x /app/entrypoint.sh
EXPOSE 8000