Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
a9a2fc4f
Commit
a9a2fc4f
authored
Jul 24, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
bd171f2e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
Dockerfile
+1
-1
package.json
+1
-0
No files found.
Dockerfile
View file @
a9a2fc4f
...
...
@@ -18,7 +18,7 @@ RUN npm config set registry https://registry.npmmirror.com \
COPY
. .
# 构建生产产物
RUN
npm run build
RUN
npm run build
:h5
# 生产阶段
FROM
docker.m.daocloud.io/library/nginx:alpine
...
...
package.json
View file @
a9a2fc4f
...
...
@@ -17,6 +17,7 @@
"scripts"
:
{
"dev"
:
"vite"
,
"build"
:
"vite build"
,
"build:h5"
:
"vite build --mode h5"
,
"preview"
:
"vite preview"
},
"dependencies"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment