reikernx commited on
Commit
0906b72
·
verified ·
1 Parent(s): 4cbcde0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 constituent-server.js ./server.js
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