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
1121340d
Commit
1121340d
authored
Jul 22, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
41abc4d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
1121340d
...
...
@@ -23,7 +23,7 @@ RUN apt-get update && \
curl
\
tar
\
ca-certificates
\
file
\
# 安装 file 命令
file
\
&&
rm
-rf
/var/lib/apt/lists/
*
# 设置工作目录
...
...
@@ -77,7 +77,7 @@ RUN hbuilderx build --project /app --platform $BUILD_PLATFORM
FROM
nginx:1.25.2-alpine AS h5-runtime
COPY
--from=builder /app/unpackage/dist/build/h5 /usr/share/nginx/html
COPY
nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE
8
0
EXPOSE
8
333
CMD
["nginx", "-g", "daemon off;"]
## Android 运行环境(仅用于保存 APK)
...
...
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