chore: clean up Railway deployment - remove debug code

This commit is contained in:
tinkle-community
2026-01-06 18:58:27 +08:00
parent c8458ec79c
commit 3b2a3f4e76
3 changed files with 8 additions and 86 deletions
+1 -4
View File
@@ -25,10 +25,7 @@ COPY --from=frontend /usr/share/nginx/html /usr/share/nginx/html
WORKDIR /app
RUN mkdir -p /app/data
# nginx 配置模板(使用 $PORT 变量
COPY railway/nginx.conf.template /etc/nginx/nginx.conf.template
# 启动脚本
# 启动脚本(包含 nginx 配置生成
COPY railway/start.sh /app/start.sh
RUN chmod +x /app/start.sh