Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
9d290b33
Commit
9d290b33
authored
Jan 30, 2023
by
macro
Browse files
Update Dockerfile
parent
96054944
Changes
1
Hide whitespace changes
Inline
Side-by-side
document/sh/Dockerfile
View file @
9d290b33
# 该镜像需要依赖的基础镜像
# 该镜像需要依赖的基础镜像
FROM
java
:8
FROM
openjdk
:8
# 将当前目录下的jar包复制到docker容器的/目录下
# 将当前目录下的jar包复制到docker容器的/目录下
ADD
mall-admin-1.0-SNAPSHOT.jar /mall-admin-1.0-SNAPSHOT.jar
ADD
mall-admin-1.0-SNAPSHOT.jar /mall-admin-1.0-SNAPSHOT.jar
# 声明服务运行在8088端口
# 声明服务运行在8088端口
...
...
Write
Preview
Supports
Markdown
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