mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-05 04:50:55 +08:00
1. 修改dockerfile
2. 删除无用配置文件
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
FROM debian:stable-20220912-slim
|
||||
FROM centos:7.9.2009
|
||||
LABEL org.opencontainers.image.authors="haoqi123"
|
||||
ENV INIT_ES_FILE=./init/*
|
||||
ARG INIT_ES_FILE=./init/*
|
||||
COPY ${INIT_ES_FILE} /
|
||||
ENV TZ=Asia/Shanghai
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y curl
|
||||
|
||||
ENTRYPOINT ["/bin/bash","/template.sh","start"]
|
||||
ENTRYPOINT ["/bin/sh","/template.sh","start"]
|
||||
Reference in New Issue
Block a user