Update Dockerfile

This commit is contained in:
Arlind
2025-06-17 18:26:09 +02:00
parent fe63aff648
commit 6d33c11a55

View File

@@ -86,9 +86,11 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
&& npm install -g npm@latest \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir -p /app/danser/custom-replays/
COPY src/maps/* /app/danser/songs/
COPY src/replays/* /app/danser/replays/
COPY src/replays/* /app/danser/custom-replays/
COPY src/default.json /app/danser/settings/default.json