This commit is contained in:
2025-10-21 14:16:44 +08:00
parent 9275b8bfdd
commit f9ec18abd1

View File

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