Skip to content

Commit e39232f

Browse files
committed
初始化
1 parent 7c35787 commit e39232f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /app
88
COPY backend/target/backend-0.0.1.jar app.jar
99

1010
# 复制前端构建好的静态文件到后端的静态资源目录
11-
COPY frontend/build /app/public
11+
COPY frontend/dist /app/public
1212

1313
# 设置环境变量
1414
ENV JAVA_OPTS=""

0 commit comments

Comments
 (0)