Commit 82c65254 authored by nanahira's avatar nanahira

Update Dockerfile

parent 1fcaaa19
Pipeline #33703 passed with stages
in 9 minutes and 39 seconds
......@@ -10,7 +10,7 @@ RUN apt update && \
# windbot
RUN git clone --depth=1 https://code.mycard.moe/nanahira/windbot /tmp/windbot && \
cd /tmp/windbot && \
xbuild /property:Configuration=Release /property:TargetFrameworkVersion="v4.5" && \
xbuild /property:Configuration=Release /property:TargetFrameworkVersion="v4.0" && \
mv /tmp/windbot/bin/Release /ygopro-server/windbot && \
cp -rf /ygopro-server/ygopro/cards.cdb /ygopro-server/windbot/ && \
rm -rf /tmp/windbot
......
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