Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bailuntec-cost
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
bailuntec-cost
Commits
f7c297bd
Commit
f7c297bd
authored
Jan 12, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dockerfile 调整
parent
f8db1d0b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
pom.xml
cost-service/pom.xml
+0
-1
Dockerfile
cost-service/src/main/docker/Dockerfile
+1
-1
No files found.
cost-service/pom.xml
View file @
f7c297bd
...
@@ -87,7 +87,6 @@
...
@@ -87,7 +87,6 @@
<artifactId>
springfox-swagger2
</artifactId>
<artifactId>
springfox-swagger2
</artifactId>
</dependency>
</dependency>
<!-- https://mvnrepository.com/artifact/io.swagger/swagger-models -->
<dependency>
<dependency>
<groupId>
io.swagger
</groupId>
<groupId>
io.swagger
</groupId>
<artifactId>
swagger-models
</artifactId>
<artifactId>
swagger-models
</artifactId>
...
...
cost-service/src/main/docker/Dockerfile
View file @
f7c297bd
FROM
openjdk:8-jdk-alpine
FROM
openjdk:8-jdk-alpine
VOLUME
/tmp
VOLUME
/tmp
ADD
bailuntec-cost-core-1.0-SNAPSHOT.jar bailuntec-cost-cor
e-1.0-SNAPSHOT.jar
ADD
cost-service-1.0-SNAPSHOT.jar cost-servic
e-1.0-SNAPSHOT.jar
RUN
echo
"Asia/Shanghai"
>
/etc/timezone
RUN
echo
"Asia/Shanghai"
>
/etc/timezone
ENTRYPOINT
["java","-Xms1G","-Xmx1G","-jar","-Dspring.profiles.active=test","/bailuntec-cost-core-1.0-SNAPSHOT.jar"]
ENTRYPOINT
["java","-Xms1G","-Xmx1G","-jar","-Dspring.profiles.active=test","/bailuntec-cost-core-1.0-SNAPSHOT.jar"]
...
...
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