Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
O
online-edu-sms
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Redmine
Redmine
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
online-edu
online-edu-sms
Commits
395ea885
Commit
395ea885
authored
Apr 21, 2023
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改镜像仓库
parent
6f320dd0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pom.xml
pom.xml
+1
-1
Dockerfile
src/main/docker/Dockerfile
+1
-1
No files found.
pom.xml
View file @
395ea885
...
@@ -235,7 +235,7 @@
...
@@ -235,7 +235,7 @@
<mybatis.mapper.version>
2.1.2
</mybatis.mapper.version>
<mybatis.mapper.version>
2.1.2
</mybatis.mapper.version>
<mybatis.typehandlers.jsr.version>
1.0.2
</mybatis.typehandlers.jsr.version>
<mybatis.typehandlers.jsr.version>
1.0.2
</mybatis.typehandlers.jsr.version>
<docker.plugin.version>
1.1.1
</docker.plugin.version>
<docker.plugin.version>
1.1.1
</docker.plugin.version>
<docker.registry>
fywlsoft.cn:57802
</docker.registry>
<docker.registry>
192.168.10.201:5001
</docker.registry>
<docker.image.prefix>
argus
</docker.image.prefix>
<docker.image.prefix>
argus
</docker.image.prefix>
</properties>
</properties>
</project>
</project>
src/main/docker/Dockerfile
View file @
395ea885
FROM
fywlsoft.cn:57802
/library/alpine-java:8u202b08_server-jre_unlimited
FROM
192.168.10.201:5001
/library/alpine-java:8u202b08_server-jre_unlimited
ARG
JAR_FILE
ARG
JAR_FILE
ADD
${JAR_FILE} $WORKDIR
ADD
${JAR_FILE} $WORKDIR
...
...
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