Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
@@ -22,6 +22,10 @@ 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 |
WORKDIR /data
|
26 |
|
27 |
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 |
+
# Set Flowise username and password
|
26 |
+
ENV FLOWISE_USERNAME=lorenzo24
|
27 |
+
ENV FLOWISE_PASSWORD=reztilop24@
|
28 |
+
|
29 |
WORKDIR /data
|
30 |
|
31 |
CMD ["npx", "flowise", "start"]
|