Remove .env file from Docker build
This commit is contained in:
parent
cc6a8d193a
commit
5db6572cec
@ -39,7 +39,6 @@ RUN mkdir -p /app/data/{elasticsearch,logs,config,secrets,jdk/bin,run} && \
|
|||||||
|
|
||||||
# Copy configuration files
|
# Copy configuration files
|
||||||
COPY elasticsearch.yml /app/elasticsearch.yml
|
COPY elasticsearch.yml /app/elasticsearch.yml
|
||||||
COPY .env /app/.env
|
|
||||||
COPY start.sh /app/start.sh
|
COPY start.sh /app/start.sh
|
||||||
COPY stop.sh /app/stop.sh
|
COPY stop.sh /app/stop.sh
|
||||||
RUN chmod +x /app/start.sh /app/stop.sh
|
RUN chmod +x /app/start.sh /app/stop.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user