We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c35787 commit e39232fCopy full SHA for e39232f
Dockerfile
@@ -8,7 +8,7 @@ WORKDIR /app
8
COPY backend/target/backend-0.0.1.jar app.jar
9
10
# 复制前端构建好的静态文件到后端的静态资源目录
11
-COPY frontend/build /app/public
+COPY frontend/dist /app/public
12
13
# 设置环境变量
14
ENV JAVA_OPTS=""
0 commit comments