Commit 15bbb7c9 authored by 智勇's avatar 智勇

Merge branch 'kewei' into 'master'

Kewei



See merge request !2
parents f43dd869 1de10f76
......@@ -15,10 +15,10 @@ ARG SYSTEM_NAME
ENV BUILD_SCHEMA=$BUILD_SCHEMA
ENV SYSTEM_NAME=$SYSTEM_NAME
RUN echo -e "${BUILD_SCHEMA//@/\n}" >> ./build_info
apk add --no-cache vim && \
rm -rf /usr/bin/vi && \
ln -s /usr/bin/vim /usr/bin/vi
RUN echo -e "${BUILD_SCHEMA//@/\n}" >> ./build_info && \
apk add --no-cache vim && \
rm -rf /usr/bin/vi && \
ln -s /usr/bin/vim /usr/bin/vi
COPY docker-entrypoint.sh .
COPY dist.tgz ./project/dist.tgz
......
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