fix:更新版本号,更新配置文件构建
This commit is contained in:
@@ -46,6 +46,7 @@ COPY --from=builder /app/.next/static ./.next/static
|
||||
# 复制配置文件
|
||||
COPY --from=builder /app/config.json ./
|
||||
COPY --from=builder /app/.version ./
|
||||
COPY --from=builder /app/.env ./
|
||||
|
||||
# 给 nextjs 用户授权整个目录
|
||||
RUN chown -R nextjs:nodejs /app
|
||||
|
||||
Reference in New Issue
Block a user