This commit is contained in:
2025-10-21 14:11:04 +08:00
parent 5bf2eb3e17
commit d7ec0c6bdc

View File

@@ -12,6 +12,9 @@ RUN bun install
# 构建项目
RUN bun run build
# 确保数据库文件目录存在且有正确权限
RUN mkdir -p /app && chmod 777 /app
# 暴露端口
EXPOSE 3000