Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|
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/\"\/home\/node\/app\/launch.sh\" env \&\& \"\/home\/node\/app\/launch.sh\" init/g" docker-entrypoint.sh
|
49 |
RUN chmod -R 777 ${APP_HOME}
|
50 |
|
51 |
EXPOSE 7860
|