Commit 29609a54 authored by kewei.jia's avatar kewei.jia

去掉vim

parent 15bbb7c9
...@@ -13,11 +13,7 @@ ARG BUILD_SCHEMA ...@@ -13,11 +13,7 @@ ARG BUILD_SCHEMA
ENV SYSTEM_NAME=$SYSTEM_NAME \ ENV SYSTEM_NAME=$SYSTEM_NAME \
BUILD_SCHEMA=$BUILD_SCHEMA BUILD_SCHEMA=$BUILD_SCHEMA
RUN echo -e "${BUILD_SCHEMA//@/\n}" >> ./build_info && \ RUN echo -e "${BUILD_SCHEMA//@/\n}" >> ./build_info
# vi to vim
apk add --no-cache vim && \
rm -rf /usr/bin/vi && \
ln -s /usr/bin/vim /usr/bin/vi
COPY docker-entrypoint.sh . COPY docker-entrypoint.sh .
COPY readyCheck.sh . COPY readyCheck.sh .
...@@ -27,4 +23,4 @@ COPY ./config/* ./project/ ...@@ -27,4 +23,4 @@ COPY ./config/* ./project/
COPY ./application.properties ./project/ COPY ./application.properties ./project/
COPY ./*.jar ./project/ COPY ./*.jar ./project/
CMD ["sh", "docker-entrypoint.sh"] CMD ["sh", "docker-entrypoint.sh"]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment