Update Dockerfile
This commit is contained in:
@@ -88,7 +88,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
|
||||
|
||||
RUN mkdir -p /app/danser/custom-replays/
|
||||
|
||||
RUN mkdir -p /app/danser/skins
|
||||
RUN mkdir -p /app/danser/skins/default-skin/
|
||||
|
||||
COPY src/maps/* /app/danser/songs/
|
||||
|
||||
@@ -96,6 +96,6 @@ COPY src/replays/* /app/danser/custom-replays/
|
||||
|
||||
COPY src/default.json /app/danser/settings/default.json
|
||||
|
||||
COPY src/default-skin/ /app/danser/skins/
|
||||
COPY src/default-skin/ /app/danser/skins/default-skin/
|
||||
|
||||
WORKDIR /app/danser
|
||||
|
||||
Reference in New Issue
Block a user