Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -21,7 +21,7 @@ COPY package.json ./
|
|
| 21 |
RUN npm install --omit=dev
|
| 22 |
|
| 23 |
# Copy application files
|
| 24 |
-
COPY
|
| 25 |
|
| 26 |
# Create required directories
|
| 27 |
RUN mkdir -p others/temp others/songs others/hls others/data
|
|
|
|
| 21 |
RUN npm install --omit=dev
|
| 22 |
|
| 23 |
# Copy application files
|
| 24 |
+
COPY server.js ./server.js
|
| 25 |
|
| 26 |
# Create required directories
|
| 27 |
RUN mkdir -p others/temp others/songs others/hls others/data
|