Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|
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
|