Add new skin test app and new replays
This commit is contained in:
@@ -86,10 +86,9 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
|
||||
&& npm install -g npm@latest \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY src/297969n.osz /app/danser/songs/
|
||||
COPY src/maps/* /app/danser/songs/
|
||||
|
||||
RUN unzip /app/danser/songs/297969n.osz -d /app/danser/songs/297969n/ && \
|
||||
rm /app/danser/songs/297969n.osz
|
||||
COPY src/replays/* /app/danser/replays/
|
||||
|
||||
COPY src/default.json /app/danser/settings/default.json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user