Skip to content

Commit

Permalink
初始化
Browse files Browse the repository at this point in the history
  • Loading branch information
qixing-ai committed Sep 6, 2024
1 parent 7c35787 commit e39232f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /app
COPY backend/target/backend-0.0.1.jar app.jar

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

# 设置环境变量
ENV JAVA_OPTS=""
Expand Down

0 comments on commit e39232f

Please sign in to comment.