DeFactOfficial commited on
Commit
ecb3103
1 Parent(s): a830538

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ COPY --chown=node . $HOME/app
19
 
20
  # Loading Dependencies
21
  RUN npm install
22
- RUN ffmpeg_install.sh
23
  # Expose application's default port
24
  EXPOSE 7860
25
 
 
19
 
20
  # Loading Dependencies
21
  RUN npm install
22
+ RUN $HOME/app/ffmpeg_install.sh
23
  # Expose application's default port
24
  EXPOSE 7860
25