Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cicdhtj
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xujian
cicdhtj
Commits
424c662c
Commit
424c662c
authored
Sep 23, 2024
by
xujian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xx
parent
b07f3916
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Docker/encryption/Dockerfile
+1
-1
Docker/noencryption/Dockerfile
+1
-1
No files found.
Docker/encryption/Dockerfile
View file @
424c662c
FROM
livingobjects/jre8:latest
#设置时区
ARG
FILE_NAME
=
"default"
ARG
FILE_NAME
=
"default"
ENV
PARAMS=""
RUN
ln
-sf
/usr/share/zoneinfo/Asia/Shanghai /etc/localtime
&&
echo
'Asia/Shanghai'
>
/etc/timezone
COPY
FILE_NAME /app.jar
...
...
Docker/noencryption/Dockerfile
View file @
424c662c
FROM
livingobjects/jre8:latest
#设置时区
ARG
FILE_NAME
=
"default"
ARG
FILE_NAME
=
"default"
ENV
PARAMS=""
RUN
ln
-sf
/usr/share/zoneinfo/Asia/Shanghai /etc/localtime
&&
echo
'Asia/Shanghai'
>
/etc/timezone
COPY
FILE_NAME /app.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