FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
dataease/Dockerfile at dev · JavaBigFamily/dataease · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JavaBigFamily
/
dataease
Public
forked from
dataease/dataease
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
dataease
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (11 loc) · 569 Bytes
Breadcrumbs
dataease
/
Dockerfile
Copy path
File metadata and controls
21 lines (11 loc) · 569 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
FROM
registry.cn-qingdao.aliyuncs.com/dataease/fabric8-java-alpine-openjdk8-jre:edge-chromium
ARG
IMAGE_TAG
RUN
mkdir -p /opt/apps /opt/dataease/data/feature/full /opt/dataease/drivers
ADD
mapFiles/* /opt/dataease/data/feature/full/
ADD
drivers/* /opt/dataease/drivers/
ADD
backend/target/backend-$IMAGE_TAG.jar /opt/apps
ENV
JAVA_APP_JAR=/opt/apps/backend-$IMAGE_TAG.jar
ENV
AB_OFF=true
ENV
JAVA_OPTIONS=-Dfile.encoding=utf-8
HEALTHCHECK
--interval=15s --timeout=5s --retries=20 --start-period=30s CMD curl -f 127.0.0.1:8081
CMD
[
"/deployments/run-java.sh"
]
Back
|
FazBrowse Home
|
New Git URL