(improvement)(build) Add Dockerfile and build script. (#1293)

This commit is contained in:
lexluo09
2024-06-30 12:38:56 +08:00
committed by GitHub
parent c49f3e8f85
commit 6687856d59
3 changed files with 28 additions and 8 deletions

View File

@@ -1,8 +0,0 @@
FROM centos:8
MAINTAINER admin
ADD ../../../../target/launchers-standalone-*.gz /app/
RUN ls -l /app/launchers-standalone-*/bin/
ENV TZ=Asia/Shanghai
ENV LANG C.UTF-8
EXPOSE 9082
ENTRYPOINT ["sh","-c","/app/launchers-standalone-0.6-SNAPSHOT/bin/run.sh && tail -f /dev/null"]