mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 20:22:12 +08:00
7 lines
187 B
Docker
7 lines
187 B
Docker
FROM centos:7.9.2009
|
|
LABEL org.opencontainers.image.authors="haoqi123"
|
|
ARG INIT_ES_FILE=./init/*
|
|
COPY ${INIT_ES_FILE} /
|
|
ENV TZ=Asia/Shanghai
|
|
|
|
ENTRYPOINT ["/bin/sh","/template.sh","start"] |