P01yH3dr0n commited on
Commit
8832891
·
verified ·
1 Parent(s): 29b916b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -48,7 +48,7 @@ RUN \
48
  chmod +x "./docker-entrypoint.sh" && \
49
  echo "*** Convert line endings to Unix format ***" && \
50
  dos2unix "./docker-entrypoint.sh"
51
- RUN sed -i 's/# Start the server/echo "Current directory: $(pwd)"\&\&\echo "Script directory: $(dirname "\$0")"\&\&ls -la "$(dirname "\$0")" \&\& .\/launch.sh env \&\& .\/launch.sh init/g' docker-entrypoint.sh
52
  RUN chmod -R 777 ${APP_HOME}
53
 
54
  EXPOSE 7860
 
48
  chmod +x "./docker-entrypoint.sh" && \
49
  echo "*** Convert line endings to Unix format ***" && \
50
  dos2unix "./docker-entrypoint.sh"
51
+ RUN sed -i 's/# Start the server/\.\/launch.sh env \&\& \.\/launch.sh init/g' docker-entrypoint.sh
52
  RUN chmod -R 777 ${APP_HOME}
53
 
54
  EXPOSE 7860