Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +5 -5
Dockerfile
CHANGED
|
@@ -22,16 +22,16 @@ RUN npm install -g flowise
|
|
| 22 |
# Configure Flowise directories using the ARG
|
| 23 |
RUN mkdir -p $LOG_PATH $FLOWISE_PATH/uploads && chmod -R 777 $LOG_PATH $FLOWISE_PATH
|
| 24 |
|
| 25 |
-
|
| 26 |
|
| 27 |
-
|
| 28 |
|
| 29 |
-
RUN mkdir /data/erbot_doc && chmod -R 777 /data/erbot_doc
|
| 30 |
-
COPY erbot_doc /data/erbot_doc
|
| 31 |
|
| 32 |
# Afficher le contenu du dossier et le chemin complet
|
| 33 |
#RUN ls /data/erbot_doc && cd /data/erbot_doc && pwd
|
| 34 |
|
| 35 |
#RUN cd ..
|
| 36 |
|
| 37 |
-
CMD ["npx", "flowise", "start"]
|
|
|
|
| 22 |
# Configure Flowise directories using the ARG
|
| 23 |
RUN mkdir -p $LOG_PATH $FLOWISE_PATH/uploads && chmod -R 777 $LOG_PATH $FLOWISE_PATH
|
| 24 |
|
| 25 |
+
WORKDIR /home
|
| 26 |
|
| 27 |
+
RUN ls -la && pwd
|
| 28 |
|
| 29 |
+
#RUN mkdir /data/erbot_doc && chmod -R 777 /data/erbot_doc
|
| 30 |
+
#COPY erbot_doc /data/erbot_doc
|
| 31 |
|
| 32 |
# Afficher le contenu du dossier et le chemin complet
|
| 33 |
#RUN ls /data/erbot_doc && cd /data/erbot_doc && pwd
|
| 34 |
|
| 35 |
#RUN cd ..
|
| 36 |
|
| 37 |
+
#CMD ["npx", "flowise", "start"]
|