Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 5932692b
authored
Dec 08, 2023
by
huangjinxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
2 parents
2a2c6374
06fed97c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
project-dispatch/Dockerfile
project-district/Dockerfile
project-geometry/Dockerfile
project-gis/Dockerfile
project-user/Dockerfile
project-dispatch/Dockerfile
View file @
5932692
...
...
@@ -6,8 +6,8 @@ LABEL author="yuluo" \
ENV
TZ=Asia/Shanghai
RUN
echo
-e
"
${
TZ
}
"
> /etc/timezone
&&
ln -sf /usr/share/zoneinfo/
${
TZ
}
/etc/localtime
ADD
./project-dispatch/
target/project-dispatch-*.jar /app.jar
ADD
./project-dispatch/
src/main/resources/data /data
ADD
target/project-dispatch-*.jar /app.jar
ADD
src/main/resources/data /data
RUN
sh -c
'touch /app.jar'
EXPOSE
8011
...
...
project-district/Dockerfile
View file @
5932692
FROM
registry.cn-hangzhou.aliyuncs.com/dituhui/smo:j11-s9.1.0
COPY
./project-district/
target/project-district-*.jar /app.jar
COPY target/project-district-*.jar /app.jar
EXPOSE
8003
...
...
project-geometry/Dockerfile
View file @
5932692
FROM
registry.cn-hangzhou.aliyuncs.com/dituhui/smo:j11-s9.1.0
COPY
./project-geometry/
target/project-geometry-*.jar /app.jar
COPY target/project-geometry-*.jar /app.jar
EXPOSE
8002
...
...
project-gis/Dockerfile
View file @
5932692
FROM
registry.cn-hangzhou.aliyuncs.com/dituhui/smo:j11-s9.1.0
COPY
./project-gis/
target/project-gis-*.jar /app.jar
COPY target/project-gis-*.jar /app.jar
RUN
sh -c
'touch /app.jar'
EXPOSE
8001
...
...
project-user/Dockerfile
View file @
5932692
...
...
@@ -3,7 +3,7 @@ FROM openjdk:11-jre-slim as builder
LABEL author="yuluo" \
email="yuluo829@aliyun.com"
ADD
./project-user/
target/project-user-*.jar /app.jar
ADD
target/project-user-*.jar /app.jar
RUN
sh -c
'touch /app.jar'
EXPOSE
8000
...
...
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