P01yH3dr0n commited on
Commit
7573214
·
verified ·
1 Parent(s): f0e6cbd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -45,7 +45,7 @@ RUN \
45
  chmod +x "./docker-entrypoint.sh" && \
46
  echo "*** Convert line endings to Unix format ***" && \
47
  dos2unix "./docker-entrypoint.sh"
48
- RUN sed -i 's/npm run postinstall/\.\/launch.sh env \&\& \.\/launch.sh init/g' docker-entrypoint.sh
49
  RUN chmod -R 777 ${APP_HOME}
50
 
51
  EXPOSE 7860
 
45
  chmod +x "./docker-entrypoint.sh" && \
46
  echo "*** Convert line endings to Unix format ***" && \
47
  dos2unix "./docker-entrypoint.sh"
48
+ RUN sed -i 's/# Start the server/\"${APP_HOME}\/launch.sh\" env \&\& \"${APP_HOME}\/launch.sh\" init/g' docker-entrypoint.sh
49
  RUN chmod -R 777 ${APP_HOME}
50
 
51
  EXPOSE 7860