zxlwq commited on
Commit
f8f6887
·
verified ·
1 Parent(s): b61c182

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -4,9 +4,8 @@ RUN apk add --no-cache git bash
4
 
5
  WORKDIR /app
6
 
7
- RUN git clone https://github.com/lwqzxl/music-player.git .
8
-
9
- RUN npm install
10
 
11
  EXPOSE 3000
12
 
 
4
 
5
  WORKDIR /app
6
 
7
+ RUN git clone https://github.com/lwqzxl/music-player.git . && \
8
+ chmod -R 777 /app/music
 
9
 
10
  EXPOSE 3000
11