Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dockerfiles
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
schbrain-pub
dockerfiles
Commits
c23b6640
Commit
c23b6640
authored
Mar 02, 2021
by
liwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
@dev新增环境变量
parent
39306cad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
common/Dockerfile
common/Dockerfile
+2
-0
No files found.
common/Dockerfile
View file @
c23b6640
FROM
ajlx/edu100-app-base:1.0.2-SNAPSHOT
ENV
LANG=zh_CN.UTF-8 LC_ALL=zh_CN.UTF-8
ARG
JAR_FILE
RUN
echo
"JAR_FILE
${
JAR_FILE
}
"
COPY
${JAR_FILE} 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