Commit d0b1e34c authored by nanahira's avatar nanahira

fix

parent 4bcbd0af
......@@ -3,7 +3,7 @@ RUN apt update && \
apt -y install build-essential && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
COPY ./udpflood /usr/src/app/
COPY ./udpflood /usr/src/app
WORKDIR /usr/src/app
RUN make -j$(nproc)
......
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