我目前正在开发一个应用程序,使用Docker中的Next.jsNginx.

在我创建一个项目并判断浏览器中的显示后,CSS不起作用,如下所示.

我该如何解决这个问题?


要部署的流程和代码如下所示:

1.制定下一个项目

$ npx create-next-app@latest --use-npm next-nginx-docker

2.制作一份Dockerfile.预计起飞时间

FROM node:16-alpine AS builder

WORKDIR /app

COPY package.json ./

COPY package-lock.json ./

RUN npm install

COPY . .

RUN npm run build

FROM nginx:1.19-alpine AS server

COPY ./etc/nginx.conf /etc/nginx/conf.d/default.conf

COPY --from=builder /app /

EXPOSE 80

3.做一个docker .prod.yml

version: "3"

services:
  app:
    build:
      context: .
      dockerfile: Dockerfile.prod
    ports:
      - "80:80"

4.做一个nginx.形态

server {
   listen 80;
   listen [::]:80;

   server_name mydomain.com;
   root /.next/server/pages;
   index 指数html;

}

5.将创建的项目文件上载到远程服务器

6.在生产环境中启动容器

$ sudo docker-compose -f docker-compose.prod.yml up -d

7.当我判断浏览器中的显示时,CSS不起作用

enter image description here

8.判断索引的视图源.浏览器中显示的html

  • 单击下面与CSS相关的链接将导致404错误.

指数html

<!DOCTYPE html>
<html>
<head>
    <meta name="viewport" content="width=device-width"/>
    <meta charSet="utf-8"/>
    <title>Create Next App</title>
    <meta name="description" content="Generated by create next app"/>
    <link rel="icon" href="/favicon.ico"/>
    <meta name="next-head-count" content="5"/>
    <link rel="preload" href="/_next/static/css/27d177a30947857b.css" as="style"/>
    <link rel="stylesheet" href="/_next/static/css/27d177a30947857b.css" data-n-g=""/>
    <link rel="preload" href="/_next/static/css/149b18973e5508c7.css" as="style"/>
    <link rel="stylesheet" href="/_next/static/css/149b18973e5508c7.css" data-n-p=""/>
    <noscript data-n-css=""></noscript>
    <script defer="" nomodule="" src="/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script>
    <script src="/_next/static/chunks/webpack-69bfa6990bb9e155.js" defer=""></script>
    <script src="/_next/static/chunks/framework-00b57966872fc495.js" defer=""></script>
    <script src="/_next/static/chunks/main-551bef8982a15171.js" defer=""></script>
    <script src="/_next/static/chunks/pages/_app-f55443f2448c8e66.js" defer=""></script>
    <script src="/_next/static/chunks/pages/index-bf8a59545a570ee7.js" defer=""></script>
    <script src="/_next/static/vL3f544dl4bgUK74SRA_c/_buildManifest.js" defer=""></script>
    <script src="/_next/static/vL3f544dl4bgUK74SRA_c/_ssgManifest.js" defer=""></script>
    <script src="/_next/static/vL3f544dl4bgUK74SRA_c/_middlewareManifest.js" defer=""></script>
</head>
<body>
<div id="__next">
    <div class="Home_container__bCOhY">
        <main class="Home_main__nLjiQ"><h1 class="Home_title__T09hD">Welcome to <!-- --><a href="https://nextjs.org">Next.js!</a>
        </h1>
            <p class="Home_description__41Owk">Get started by editing<!-- --> <!-- --><code class="Home_code__suPER">pages/index.js</code>
            </p>
            <div class="Home_grid__GxQ85"><a href="https://nextjs.org/docs" class="Home_card___LpL1"><h2>Documentation
                →</h2>
                <p>Find in-depth information about Next.js features and API.</p></a><a href="https://nextjs.org/learn"
                                                                                       class="Home_card___LpL1"><h2>
                Learn →</h2>
                <p>Learn about Next.js in an interactive course with quizzes!</p></a><a
                    href="https://github.com/vercel/next.js/tree/canary/examples" class="Home_card___LpL1"><h2>Examples
                →</h2>
                <p>Discover and deploy boilerplate example Next.js projects.</p></a><a
                    href="https://vercel.com/new?utm_source=create-next-app&amp;utm_medium=default-template&amp;utm_campaign=create-next-app"
                    class="Home_card___LpL1"><h2>Deploy →</h2>
                <p>Instantly deploy your Next.js site to a public URL with Vercel.</p></a></div>
        </main>
        <footer class="Home_footer____T7K"><a
                href="https://vercel.com?utm_source=create-next-app&amp;utm_medium=default-template&amp;utm_campaign=create-next-app"
                target="_blank" rel="noopener noreferrer">Powered by<!-- --> <!-- --><span
                class="Home_logo__27_tb"><span
                style="box-sizing:border-box;display:inline-block;overflow:hidden;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0;position:relative;max-width:100%"><span
                style="box-sizing:border-box;display:block;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0;max-width:100%"><img
                style="display:block;max-width:100%;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0"
                alt="" aria-hidden="true"
                src="data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%2772%27%20height=%2716%27/%3e"/></span><img
                alt="Vercel Logo" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
                decoding="async" data-nimg="intrinsic"
                style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%"/><noscript><img
                alt="Vercel Logo" srcSet="/vercel.svg 1x, /vercel.svg 2x" src="/vercel.svg" decoding="async"
                data-nimg="intrinsic"
                style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%"
                loading="lazy"/></noscript></span></span></a></footer>
    </div>
</div>
<script id="__NEXT_DATA__" type="application/json">{
    "props": {
        "pageProps": {}
    },
    "page": "/",
    "query": {},
    "buildId": "vL3f544dl4bgUK74SRA_c",
    "nextExport": true,
    "autoExport": true,
    "isFallback": false,
    "scriptLoader": []
}</script>
</body>
</html>

9.判断容器中CSS文件的目录

/.next/static/css # pwd

[UPDATED]

就像上面的答案一样,我改变了Dockerfile,但CSS不起作用

FROM node:16-alpine AS builder

WORKDIR /app

COPY package.json ./

COPY package-lock.json ./

RUN npm install

COPY . .

RUN npm run build


FROM nginx:1.19-alpine AS server

COPY ./etc/nginx.conf /etc/nginx/conf.d/default.conf

COPY --from=builder /app /
COPY --from=builder /app/public /public

EXPOSE 80

node 16.0

下一个js 12.1

推荐答案

在HTML文件中,静态文件路径以_next开头.但是你的下一个.js生成的代码中静态文件的路径从.next开始.

您必须更改nginx配置,才能从正确的位置获取CSS/静态文件.

server {
   listen 80;
   listen [::]:80;

   location ~ ^/_next/static/(.*)$ {
      root /.next;
      try_files "/static/$1" "/server/static/o$1" @proxy_pass;
   }
   server_name mydomain.com;
   root /.next/server/pages;
   index index.html;

} 

Node.js相关问答推荐

无法在我的 node 项目中转让Google Drive v3 API中的所有权

NodeJS中的Vertex AI GoogleAuthError

MongoDB的方面查询的Postgres类似功能

向url传递多个参数

使用 Google Drive API 按文件夹 ID 检索文件夹的内容

DynamoDB 分页数据检索

SvelteKit应用程序立即退出,没有错误

将文件传递到 AWS lambdas(nodejs) + API 网关后重新上传文件

每秒从套接字传来的数据有哪些存储方式?

多字段传递获取查询失败

npm chokidar 触发事件两次

来自 Node-aws 的 Dynamo Local:所有操作都失败无法对不存在的表执行操作

Base64 编码一个 javascript 对象

如何使用 Node.js、Express 和 Mongoose 进行身份验证?

Bootstrap 中的 Grunt 依赖冲突

Selenium WebDriver 等到元素显示

Node.js 与 .net 中的异步/等待

将 NodeJS 用于大型项目

如何阻止 babel 将this转换为undefined(并插入use strict)

node/nodemon 中是否有对 typescript 的源映射支持?