Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: xxxad #9

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: xx
jettcc committed Dec 11, 2023

Verified

This commit was signed with the committer’s verified signature.
jettcc Jettcc
commit f8166cfb717b7d606c0d089d658891da538b570f
1 change: 1 addition & 0 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ FROM openjdk:21
LABEL description="official service"
# 暴露接口
EXPOSE 8989

# 将主机中的jar包添加到镜像中
ADD ./achobeta-official-service/target/achobeta-official-service-0.0.1-SNAPSHOT.jar official-service-0.0.1-SNAPSHOT.jar
# 运行jar包