Skip to content

Commit b5ca4a7

Browse files
committed
fix directories maybe idk. garbage tool.
1 parent 878b767 commit b5ca4a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.windows

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ RUN powershell -Command " \
2222
git --version"
2323

2424
# Add project source
25-
WORKDIR /musicbot
25+
WORKDIR C:/musicbot
2626
COPY . ./
2727
COPY ./config sample_config
2828

2929
# Install pip dependencies
3030
RUN pip3 install --no-cache-dir -r requirements.txt
3131

3232
# Create volumes for audio cache, config, data and logs
33-
VOLUME ["C:\musicbot\audio_cache", "C:\musicbot\config", "C:\musicbot\data", "C:\musicbot\logs", "C:\musicbot\media"]
33+
VOLUME ["./musicbot/audio_cache", "./musicbot/config", "./musicbot/data", "./musicbot/logs", "./musicbot/media"]
3434

3535
ENV APP_ENV=docker
3636

0 commit comments

Comments
 (0)