Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
毛树良
/
VVAS-DataCenter-DBWriter
Go to a project
Project
Repository
Merge Requests
0
Pipelines
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 9c56f4a4
authored
Nov 18, 2025
by
文帅营
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ci: 更新docker配置参数
1 parent
bf95a3c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
build/bin/Dockerfile
build/bin/Dockerfile
View file @
9c56f4a
...
...
@@ -25,4 +25,4 @@ WORKDIR /app
COPY ${SERVICE_JAR_FILE_NAME} /app/
# 容器启动时的默认启动JVM
CMD
["java", "${SERVICE_JAR_RUN_PARAMS}", "-jar", "/app/${SERVICE_JAR_FILE_NAME}", "--spring.profiles.active=pro"]
\ No newline at end of file
CMD
["java", ${SERVICE_JAR_RUN_PARAMS}, "-jar", "/app/${SERVICE_JAR_FILE_NAME}", "--spring.profiles.active=pro"]
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
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 post a comment