Add new skin test app and new replays

This commit is contained in:
2025-06-17 18:11:21 +02:00
parent ae296d736e
commit fe63aff648
7 changed files with 2 additions and 3 deletions

View File

@@ -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