Commit ae76a1d8 authored by wang's avatar wang

update 8.7.8

parent de6ba2e5
...@@ -3,8 +3,8 @@ LABEL authors="wang" ...@@ -3,8 +3,8 @@ LABEL authors="wang"
WORKDIR /root WORKDIR /root
COPY ./setup_21.x /root/steup_21.x COPY ./setup_21.x /root/steup_21.x
RUN sh /root/steup_21.x RUN sh /root/steup_21.x
RUN apt-get install nodejs -y RUN apt-get install nodejs vim -y
COPY ./src /root/src COPY ./src /root/src
WORKDIR /root/src WORKDIR /root/src
RUN npm i RUN npm i
ENTRYPOINT ["top", "-b"] #ENTRYPOINT ["top", "-b"]
\ No newline at end of file \ 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