Update Dockerfile
Browse files- 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 |
|