Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -45,9 +45,9 @@ RUN \
|
|
45 |
chmod +x "./docker-entrypoint.sh" && \
|
46 |
echo "*** Convert line endings to Unix format ***" && \
|
47 |
dos2unix "./docker-entrypoint.sh"
|
48 |
-
|
49 |
RUN chmod -R 777 ${APP_HOME}
|
50 |
|
51 |
EXPOSE 7860
|
52 |
|
53 |
-
CMD [ "./docker-entrypoint.sh" ]
|
|
|
45 |
chmod +x "./docker-entrypoint.sh" && \
|
46 |
echo "*** Convert line endings to Unix format ***" && \
|
47 |
dos2unix "./docker-entrypoint.sh"
|
48 |
+
|
49 |
RUN chmod -R 777 ${APP_HOME}
|
50 |
|
51 |
EXPOSE 7860
|
52 |
|
53 |
+
CMD [ "./launch.sh env && ./launch.sh init && ./docker-entrypoint.sh" ]
|