Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-java
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
dc-java
Commits
6a4da21f
Commit
6a4da21f
authored
Dec 13, 2019
by
yinyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
镜像配置修改
parent
829c388e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
11 deletions
+2
-11
Dockerfile
data-base/base-sync-finance-fee/Dockerfile
+1
-1
pom.xml
data-base/base-sync-finance-fee/pom.xml
+1
-10
No files found.
data-base/base-sync-finance-fee/Dockerfile
View file @
6a4da21f
...
...
@@ -16,7 +16,7 @@ COPY data-base /usr/app/data-base
COPY
data-mid /usr/app/data-mid
COPY
data-show /usr/app/data-show
RUN
cd
/usr/app/data-parent
&&
mvn
-T
1C install
-pl
../data-base/base-sync-
cashier
-am
RUN
cd
/usr/app/data-parent
&&
mvn
-T
1C install
-pl
../data-base/base-sync-
finance-fee
-am
#指定容器启动程序及参数 <ENTRYPOINT> "<CMD>"
EXPOSE
8080
...
...
data-base/base-sync-finance-fee/pom.xml
View file @
6a4da21f
...
...
@@ -6,21 +6,12 @@
<artifactId>
data-base
</artifactId>
<groupId>
com.bailuntec
</groupId>
<version>
1.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
base-sync-finance-fee
</artifactId>
<name>
base-sync-finance-fee
</name>
<!-- FIXME change it to the project's website -->
<url>
http://www.example.com
</url>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<maven.compiler.source>
1.7
</maven.compiler.source>
<maven.compiler.target>
1.7
</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>
com.bailuntec
</groupId>
...
...
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