mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-15 22:46:49 +00:00
(improvement)(build) Add Dockerfile and build script. (#1293)
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user