Commit 719072e8 authored by 神楽坂玲奈's avatar 神楽坂玲奈

disable download db

parent a832a0bd
......@@ -8,7 +8,7 @@ COPY package.json /usr/src/app/
RUN npm install
COPY . /usr/src/app
WORKDIR /usr/src/app/ygopro
ADD https://mycard.moe/ygopro/cards.cdb cards.cdb
# ADD https://mycard.moe/ygopro/cards.cdb cards.cdb
RUN premake4 --os=linux --platform=x64 gmake
RUN ln -s /usr/lib/x86_64-linux-gnu/liblua5.2.so /usr/lib/liblua.so
WORKDIR /usr/src/app/ygopro/build
......
Subproject commit 3b5886bf7aef134fb8fcf267424f7154b881731c
Subproject commit cfc455fc858c6343472c8b1444641ab18938ebfc
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